mirror of https://github.com/rwf2/Rocket.git
Fix typo in build warning message.
This commit is contained in:
parent
366eb5d158
commit
524a2d889d
|
@ -66,6 +66,6 @@ fn main() {
|
|||
}
|
||||
}
|
||||
|
||||
printerr!("{}", Yellow.paint("Warning: Rocket was unable to check rustc compatbility."));
|
||||
printerr!("{}", Yellow.paint("Warning: Rocket was unable to check rustc compatibility."));
|
||||
printerr!("{}", Yellow.paint("Build may fail due to incompatible rustc version."));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue