Skip to content

Commit

Permalink
Fix env doc vars_os broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
pickfire authored Aug 30, 2020
1 parent 00cf550 commit 1d017eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1d017eb

Please sign in to comment.