Skip to content

Commit

Permalink
Rollup merge of rust-lang#27069 - Eljay:fix-raw-attr-typo, r=alexcric…
Browse files Browse the repository at this point in the history
…hton

Pretty sure this should apply to the module.

r? @alexcrichton
  • Loading branch information
Manishearth committed Jul 17, 2015
2 parents ef9b9ce + 4ec6445 commit 07b337c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/windows/ext/raw.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 07b337c

Please sign in to comment.