Skip to content

Commit

Permalink
Fix comment on default Forc manifest gen. (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
adlerjohn authored Mar 21, 2022
1 parent 01eba06 commit efe18ca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions forc/src/utils/defaults.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit efe18ca

Please sign in to comment.