Skip to content

Commit cb6f7fd

Browse files
authored
Unrolled build for rust-lang#133027
Rollup merge of rust-lang#133027 - no1wudi:master, r=jhpratt Fix a copy-paste issue in the NuttX raw type definition This file is copied from the rtems as initial implementation, and forgot to change the OS name in the comment.
2 parents dae7ac1 + 79e2af2 commit cb6f7fd

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/nuttx

1 file changed

+1
-1
lines changed

Diff for: library/std/src/os/nuttx/raw.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! rtems raw type definitions
1+
//! NuttX raw type definitions
22
33
#![stable(feature = "raw_ext", since = "1.1.0")]
44
#![deprecated(

0 commit comments

Comments
 (0)