Rollup merge of #105616 - est31:add_the, r=Dylan-DPC
Add a "the" to proc_macro documentation
This commit is contained in:
commit
f5852c41a0
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ pub mod tracked_env {
|
|||
use std::ffi::OsStr;
|
||||
|
||||
/// 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.
|
||||
/// Besides the dependency tracking this function should be equivalent to `env::var` from the
|
||||
/// standard library, except that the argument must be UTF-8.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue