Skip to content

Commit cb33c5e

Browse files
committed
std::ffi: Remove unused link
1 parent 1227903 commit cb33c5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/std/src/ffi/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@
144144
//!
145145
//! [Unicode scalar value]: https://www.unicode.org/glossary/#unicode_scalar_value
146146
//! [Unicode code point]: https://www.unicode.org/glossary/#code_point
147-
//! [`env::set_var()`]: crate::env::set_var "env::set_var"
148147
//! [`env::var_os()`]: crate::env::var_os "env::var_os"
149148
//! [unix.OsStringExt]: crate::os::unix::ffi::OsStringExt "os::unix::ffi::OsStringExt"
150149
//! [`from_vec`]: crate::os::unix::ffi::OsStringExt::from_vec "os::unix::ffi::OsStringExt::from_vec"

0 commit comments

Comments
 (0)