Skip to content

Commit

Permalink
Make sure we're actually no_std
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 20, 2014
1 parent a0eb200 commit 126c6e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phf_shared/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#![feature(macro_rules)]
#![no_std]
extern crate core;

use core::slice::AsSlice;
use core::str::StrPrelude;
use core::hash::Writer;
use core::hash::sip::{mod, SipState};
use core::kinds::Sized;
Expand Down

0 comments on commit 126c6e2

Please sign in to comment.