Skip to content

Commit 067520c

Browse files
committed
typos
1 parent 26e464f commit 067520c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ pub fn find_sysroot() -> PathBuf {
215215
pub fn check_rust_version(input: &Input) {
216216
let rustc_version = rustc_version::version_meta().unwrap();
217217

218-
// If the channel isn't nightly, we can't make use the required unstable tools.
219-
// However, `cargo new` doesn't have these requirements.
218+
// If the channel isn't nightly, we can't make use of the required unstable tools.
219+
// However, `cargo 3ds new` doesn't have these requirements.
220220
if rustc_version.channel > Channel::Nightly && input.cmd.should_compile() {
221221
eprintln!("building with cargo-3ds requires a nightly rustc version.");
222222
eprintln!(

0 commit comments

Comments
 (0)