mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Add a "the" to proc_macro documentation
This commit is contained in:
parent
0d5573e6da
commit
3c809b3c5c
@ -1493,7 +1493,7 @@ pub mod tracked_env {
|
|||||||
use std::ffi::OsStr;
|
use std::ffi::OsStr;
|
||||||
|
|
||||||
/// Retrieve an environment variable and add it to build dependency info.
|
/// Retrieve an environment variable and add it to build dependency info.
|
||||||
/// 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
|
||||||
/// compilation, and will be able to rerun the build when the value of that variable changes.
|
/// compilation, and will be able to rerun the build when the value of that variable changes.
|
||||||
/// Besides the dependency tracking this function should be equivalent to `env::var` from the
|
/// Besides the dependency tracking this function should be equivalent to `env::var` from the
|
||||||
/// standard library, except that the argument must be UTF-8.
|
/// standard library, except that the argument must be UTF-8.
|
||||||
|
Loading…
Reference in New Issue
Block a user