summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-07-17 19:06:24 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-07-17 14:57:36 +0530
commit07b337ce33c6c555ce9ff1ad7f97f4acc8434c05 (patch)
tree740b6d39974a0202ebd5beca88e9fe633d532977 /src/libstd/sys
parentef9b9cebe3d433cbe24ff392d1c621802b7286be (diff)
parent4ec64453ae8a84099c83663344ccd2d3b2ce7f94 (diff)
downloadrust-07b337ce33c6c555ce9ff1ad7f97f4acc8434c05.tar.gz
rust-07b337ce33c6c555ce9ff1ad7f97f4acc8434c05.zip
Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichton
Pretty sure this should apply to the module.

r? @alexcrichton
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/windows/ext/raw.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/ext/raw.rs b/src/libstd/sys/windows/ext/raw.rs
index e1796d4b5f0..92d53e2e428 100644
--- a/src/libstd/sys/windows/ext/raw.rs
+++ b/src/libstd/sys/windows/ext/raw.rs
@@ -10,7 +10,7 @@
 
 //! Windows-specific primitives
 
-#[stable(feature = "raw_ext", since = "1.1.0")]
+#![stable(feature = "raw_ext", since = "1.1.0")]
 
 use os::raw::c_void;