Rollup merge of #32691 - frewsxcv:patch-28, r=alexcrichton
Indicate `None` is code-like in doc comment.
This commit is contained in:
commit
f7154b39ee
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
|
|||
}
|
||||
|
||||
/// Fetches the environment variable `key` from the current process, returning
|
||||
/// None if the variable isn't set.
|
||||
/// `None` if the variable isn't set.
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue