We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6663664 + 3c809b3 commit f5852c4Copy full SHA for f5852c4
library/proc_macro/src/lib.rs
@@ -1493,7 +1493,7 @@ pub mod tracked_env {
1493
use std::ffi::OsStr;
1494
1495
/// Retrieve an environment variable and add it to build dependency info.
1496
- /// Build system executing the compiler will know that the variable was accessed during
+ /// The build system executing the compiler will know that the variable was accessed during
1497
/// compilation, and will be able to rerun the build when the value of that variable changes.
1498
/// Besides the dependency tracking this function should be equivalent to `env::var` from the
1499
/// standard library, except that the argument must be UTF-8.
0 commit comments