From ed209116c40d42ab434cda0e2760c19d57411174 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Thu, 4 Dec 2025 11:52:36 +0100 Subject: [PATCH] Delete unnecessary comment. --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index bf12e97..c36259d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,5 @@ readme = "README" license = "GPL-3.0" keywords = [ "primes", "math" ] -# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html - [dependencies] structopt = "0.3"