Skip to content

Commit

Permalink
Fix non-std build
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Apr 26, 2016
1 parent adc6484 commit d49db9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ mod raw;
mod string;
mod vec;

#[cfg(feature="std")]
use std::any::Any;
#[cfg(feature="std")]
use std::error::Error;
use std::fmt;

Expand Down

0 comments on commit d49db9f

Please sign in to comment.