diff options
| author | Oliver Middleton <olliemail27@gmail.com> | 2017-01-27 18:08:51 +0000 |
|---|---|---|
| committer | Oliver Middleton <olliemail27@gmail.com> | 2017-01-27 18:08:51 +0000 |
| commit | 09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d (patch) | |
| tree | 8a2da1f4744b3171c52e426d73faf982156189ab /src/libstd/env.rs | |
| parent | 8367fb7ba6abae89ab7e17c1b3987ee321f5bb71 (diff) | |
| download | rust-09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d.tar.gz rust-09b3903aecf2c8cafa62cb67eccbe10a3ca09b5d.zip | |
Fix a few links in the docs
Diffstat (limited to 'src/libstd/env.rs')
| -rw-r--r-- | src/libstd/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index 80c64ae860f..c3a6b2433ed 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -222,7 +222,7 @@ fn _var_os(key: &OsStr) -> Option<OsString> { /// Possible errors from the [`env::var`] function. /// -/// [env::var]: fn.var.html +/// [`env::var`]: fn.var.html #[derive(Debug, PartialEq, Eq, Clone)] #[stable(feature = "env", since = "1.0.0")] pub enum VarError { |
