mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-11-08 09:09:17 +01:00
Tell about updating Cargo.toml
This commit is contained in:
parent
aa813fbce1
commit
6566c5904f
@ -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 New Issue
Block a user