Skip to content

Commit 6d7c1cd

Browse files
committed
compile_codegen: fix typo
1 parent e6933e7 commit 6d7c1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rustc_codegen_spirv/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ use std::process::{Command, ExitCode};
1111
use std::{env, fs, mem};
1212

1313
/// Current `rust-toolchain.toml` file
14-
/// WARNING!!! cargo-gpu is new relying on this being a string literal! It will
14+
/// WARNING!!! cargo-gpu is now relying on this being a string literal! It will
1515
/// scan `build.rs` for any line starting with `channel = "..."` to figure out
1616
/// which toolchain version to use! This also allows backwards compat.
1717
/// Unfortunately, directly including the actual workspace `rust-toolchain.toml` doesn't work together with

0 commit comments

Comments
 (0)