mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-24 06:22:23 -05:00
Tell about updating Cargo.toml
This commit is contained in:
parent
aa813fbce1
commit
6566c5904f
1 changed files with 2 additions and 1 deletions
|
@ -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(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue