Skip to content

Commit 1d017eb

Browse files
authored
Fix env doc vars_os broken link
1 parent 00cf550 commit 1d017eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ pub struct Vars {
7777
///
7878
/// This structure is created by [`env::vars_os()`]. See its documentation for more.
7979
///
80-
/// [`env::vars()`]: vars
80+
/// [`env::vars_os()`]: vars_os
8181
#[stable(feature = "env", since = "1.0.0")]
8282
pub struct VarsOs {
8383
inner: os_imp::Env,

0 commit comments

Comments
 (0)