Skip to content

Commit 12d58d6

Browse files
committed
Rollup merge of rust-lang#32691 - frewsxcv:patch-28, r=alexcrichton
Indicate `None` is code-like in doc comment.
2 parents da018dc + da4d7f5 commit 12d58d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ fn _var(key: &OsStr) -> Result<String, VarError> {
181181
}
182182

183183
/// Fetches the environment variable `key` from the current process, returning
184-
/// None if the variable isn't set.
184+
/// `None` if the variable isn't set.
185185
///
186186
/// # Examples
187187
///

0 commit comments

Comments
 (0)