We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cf550 commit 1d017ebCopy full SHA for 1d017eb
library/std/src/env.rs
@@ -77,7 +77,7 @@ pub struct Vars {
77
///
78
/// This structure is created by [`env::vars_os()`]. See its documentation for more.
79
80
-/// [`env::vars()`]: vars
+/// [`env::vars_os()`]: vars_os
81
#[stable(feature = "env", since = "1.0.0")]
82
pub struct VarsOs {
83
inner: os_imp::Env,
0 commit comments