Skip to content

Commit 07b337c

Browse files
committed
Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichton
Pretty sure this should apply to the module. r? @alexcrichton
2 parents ef9b9ce + 4ec6445 commit 07b337c

File tree

1 file changed

+1
-1
lines changed
  • src/libstd/sys/windows/ext

1 file changed

+1
-1
lines changed

src/libstd/sys/windows/ext/raw.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
//! Windows-specific primitives
1212
13-
#[stable(feature = "raw_ext", since = "1.1.0")]
13+
#![stable(feature = "raw_ext", since = "1.1.0")]
1414

1515
use os::raw::c_void;
1616

0 commit comments

Comments
 (0)