Skip to content

Commit

Permalink
Re-export precompiled traits
Browse files Browse the repository at this point in the history
  • Loading branch information
sorpaas committed Sep 14, 2017
1 parent 0fafabe commit 2645d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/patch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

mod precompiled;

use self::precompiled::*;
pub use self::precompiled::*;

use std::ops::Deref;
use std::str::FromStr;
Expand Down

0 comments on commit 2645d9a

Please sign in to comment.