Skip to content

Commit

Permalink
fix(sos_intrusive): temp fix for #111
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkw committed Jan 24, 2018
1 parent 2a8140a commit 8127f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sos_intrusive/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#![crate_type = "lib"]
#![feature( const_fn
, const_ptr_null_mut )]
#![feature(ptr_internals)]
#![feature(unique )]
#![cfg_attr(not(feature = "use-std"), no_std )]
#![cfg_attr(feature = "clippy", feature(plugin))]
Expand Down

0 comments on commit 8127f55

Please sign in to comment.