Skip to content

Commit 804ab9f

Browse files
Remove an invalid #[doc(inline)]
1 parent 6e8d0db commit 804ab9f

File tree

1 file changed

+0
-1
lines changed
  • library/std/src/os/emscripten

1 file changed

+0
-1
lines changed

library/std/src/os/emscripten/raw.rs

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ pub type mode_t = u32;
2222
#[stable(feature = "pthread_t", since = "1.8.0")]
2323
pub type pthread_t = c_ulong;
2424

25-
#[doc(inline)]
2625
#[stable(feature = "raw_ext", since = "1.1.0")]
2726
pub type blkcnt_t = u64;
2827
#[stable(feature = "raw_ext", since = "1.1.0")]

0 commit comments

Comments
 (0)