]> git.proxmox.com Git - rustc.git/blobdiff - library/std/src/ffi/os_str.rs
New upstream version 1.55.0+dfsg1
[rustc.git] / library / std / src / ffi / os_str.rs
index ca391ffb3d56c489bd6735c3ccc8dfb5c6b0bacd..2a85f375ae2790250a74d9d72e823df4c04caefc 100644 (file)
@@ -694,7 +694,6 @@ impl OsStr {
     /// let os_str = OsStr::new("foo");
     /// assert_eq!(os_str.len(), 3);
     /// ```
-    #[doc(alias = "length")]
     #[stable(feature = "osstring_simple_functions", since = "1.9.0")]
     #[inline]
     pub fn len(&self) -> usize {