Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Meziu committed Apr 26, 2024
1 parent 26e464f commit 067520c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ pub fn find_sysroot() -> PathBuf {
pub fn check_rust_version(input: &Input) {
let rustc_version = rustc_version::version_meta().unwrap();

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

0 comments on commit 067520c

Please sign in to comment.