Skip to content

Commit

Permalink
Merge pull request #2 from petrochenkov/master
Browse files Browse the repository at this point in the history
Fix build on nightly
  • Loading branch information
Amanieu authored Jul 7, 2017
2 parents 394bba9 + 04e1b4c commit 0367aaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/nightly.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use core::ops;
use core::num::Wrapping;
use core::sync::atomic::{AtomicU8, AtomicU16, AtomicU32, AtomicU64, Ordering};

#[path = "fallback.rs"]
mod fallback;

#[inline]
Expand Down
1 change: 1 addition & 0 deletions src/stable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ use core::ops;
use core::num::Wrapping;
use core::sync::atomic::{Ordering, AtomicUsize};

#[path = "fallback.rs"]
mod fallback;

#[inline]
Expand Down

0 comments on commit 0367aaf

Please sign in to comment.