Skip to content

Commit cd85852

Browse files
num_traits: remove pub export
1 parent 695b052 commit cd85852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
//! ```
5454
5555

56-
pub extern crate num_traits;
56+
extern crate num_traits;
5757

5858
pub use std::option::Option;
5959
pub use num_traits::FromPrimitive;

0 commit comments

Comments
 (0)