1
Fork 0

Fix a few links in the docs

This commit is contained in:
Oliver Middleton 2017-01-27 18:08:51 +00:00
parent 8367fb7ba6
commit 09b3903aec
7 changed files with 11 additions and 10 deletions

View file

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