Skip to content

Commit

Permalink
Fix typo in stability attribute.
Browse files Browse the repository at this point in the history
  • Loading branch information
WI-Lee committed Jul 16, 2015
1 parent ed14593 commit 4ec6445
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 4ec6445

Please sign in to comment.