Rollup merge of #105616 - est31:add_the, r=Dylan-DPC

Add a "the" to proc_macro documentation
This commit is contained in:
Matthias Krüger 2022-12-12 19:20:37 +01:00 committed by GitHub
commit f5852c41a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.