diff options
| author | Ivan Tham <pickfire@riseup.net> | 2020-08-30 21:19:21 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 21:19:21 +0800 |
| commit | 1d017eb6a4602d18ccae9e8dfcc209fb8382982e (patch) | |
| tree | 8bfbbe44722c48b2a531d8051a96a771a02469c7 | |
| parent | 00cf550c2bee5f492cc8d86e43eb8bfd1f2454e6 (diff) | |
| download | rust-1d017eb6a4602d18ccae9e8dfcc209fb8382982e.tar.gz rust-1d017eb6a4602d18ccae9e8dfcc209fb8382982e.zip | |
Fix env doc vars_os broken link
| -rw-r--r-- | library/std/src/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/env.rs b/library/std/src/env.rs index da03a15142d..1acabc05b07 100644 --- a/library/std/src/env.rs +++ b/library/std/src/env.rs @@ -77,7 +77,7 @@ pub struct Vars { /// /// This structure is created by [`env::vars_os()`]. See its documentation for more. /// -/// [`env::vars()`]: vars +/// [`env::vars_os()`]: vars_os #[stable(feature = "env", since = "1.0.0")] pub struct VarsOs { inner: os_imp::Env, |
