Fixed rust-toolchain error message

This commit is contained in:
Sylvester Hesp 2023-01-03 14:11:42 +01:00 committed by Eduard-Mihai Burtescu
parent 8fcb61e82a
commit 4eb14fc218

View File

@ -63,7 +63,7 @@ fn check_toolchain_version() -> Result<(), Box<dyn Error>> {
return Err(Box::<dyn Error>::from(format!(
r#"error: wrong toolchain detected (found commit hash `{current_hash}`, expected `{required_hash}`).
Make sure your `rust_toolchain` file contains the following:
Make sure your `rust-toolchain` file contains the following:
-------------
{stripped_toolchain}
-------------"#