Fix env doc vars_os broken link

This commit is contained in:
Ivan Tham 2020-08-30 21:19:21 +08:00 committed by GitHub
parent 00cf550c2b
commit 1d017eb6a4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,