From c2726dc0f848302f7f861ceeb992483378e0ba2c Mon Sep 17 00:00:00 2001 From: Abhinav Date: Wed, 11 Feb 2026 17:41:29 +0530 Subject: [PATCH] remove-feature-small_rng --- src/guide-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide-start.md b/src/guide-start.md index bb8421f..145672b 100644 --- a/src/guide-start.md +++ b/src/guide-start.md @@ -6,7 +6,7 @@ Next, lets make a new crate and add rand as a dependency: ```sh cargo new randomly cd randomly -cargo add rand --features small_rng +cargo add rand ``` Now, paste the following into `src/main.rs`: