Skip to content

Commit ca50da5

Browse files
skull-squadronctrlcctrlv
authored andcommitted
num_traits: remove pub export
1 parent 2e02c55 commit ca50da5

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)