Skip to content

Commit

Permalink
Remove an invalid #[doc(inline)]
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSeulArtichaut committed May 10, 2021
1 parent 6e8d0db commit 804ab9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/std/src/os/emscripten/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ pub type mode_t = u32;
#[stable(feature = "pthread_t", since = "1.8.0")]
pub type pthread_t = c_ulong;

#[doc(inline)]
#[stable(feature = "raw_ext", since = "1.1.0")]
pub type blkcnt_t = u64;
#[stable(feature = "raw_ext", since = "1.1.0")]
Expand Down

0 comments on commit 804ab9f

Please sign in to comment.