From d550aa12f5cbc198fef1968eeba1b6603774cc1e Mon Sep 17 00:00:00 2001 From: John Adler Date: Sun, 20 Mar 2022 12:31:45 -0400 Subject: [PATCH] Fix comment on default Forc manifest gen. --- forc/src/utils/defaults.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/forc/src/utils/defaults.rs b/forc/src/utils/defaults.rs index b971ca3fcee..471ad668922 100644 --- a/forc/src/utils/defaults.rs +++ b/forc/src/utils/defaults.rs @@ -18,8 +18,7 @@ std = {{ git = "https://github.com/FuelLabs/sway-lib-std" }} /// Creates a default Cargo manifest for the Rust-based tests. /// It includes necessary packages to make the Rust-based -/// tests work, such as the abigen macro, fuels-rs, and -/// the fuel client. +/// tests work. pub(crate) fn default_tests_manifest(project_name: &str) -> String { let real_name = whoami::realname();