Skip to content

Commit 4ec6445

Browse files
committed
Fix typo in stability attribute.
1 parent ed14593 commit 4ec6445

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)