From 20dee23141952a4d7185312d56a4dd666add174c Mon Sep 17 00:00:00 2001 From: xblakicex Date: Sun, 15 Jan 2023 20:01:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=88=20style(computational=5Fcomplexity?= =?UTF-8?q?):=20remove=20cargo-single=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../worst_best_time_complexity.rs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/codes/rust/chapter_computational_complexity/worst_best_time_complexity.rs b/codes/rust/chapter_computational_complexity/worst_best_time_complexity.rs index 179d358d1..a5a979c58 100644 --- a/codes/rust/chapter_computational_complexity/worst_best_time_complexity.rs +++ b/codes/rust/chapter_computational_complexity/worst_best_time_complexity.rs @@ -4,11 +4,6 @@ * Author: xBLACICEx (xBLACKICEx@outlook.com) */ -// rand = "0.8.5" -// to compilse and run this singile file need: -// 1. cargo install cargo-single -// 2. cargo single run worst_best_time_complexity.rs - use rand::seq::SliceRandom; use rand::thread_rng;