diff options
| author | mo8it <mo8it@proton.me> | 2024-04-16 03:35:23 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-16 03:35:23 +0200 |
| commit | 6566c5904f9463607eac15fd0072b551fac589dd (patch) | |
| tree | 0e1dae1224bd8fb8bbea23e30b0288b1d88a1af0 /src/dev | |
| parent | aa813fbce1305bb1beac88bff47f4279948cb3ac (diff) | |
Tell about updating Cargo.toml
Diffstat (limited to 'src/dev')
| -rw-r--r-- | src/dev/check.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dev/check.rs b/src/dev/check.rs index 9ae066b..1ee717b 100644 --- a/src/dev/check.rs +++ b/src/dev/check.rs @@ -9,8 +9,9 @@ pub fn check(info_file: InfoFile) -> Result<()> { fs::write("Cargo.toml", cargo_toml(&info_file.exercises)) .context("Failed to update the file `Cargo.toml`")?; + println!("Updated `Cargo.toml`"); - println!("Everything looks fine!"); + println!("\nEverything looks fine!"); Ok(()) } |
