Skip to content

Commit 905e8f1

Browse files
skull-squadronctrlcctrlv
authored andcommitted
num_traits: remove pub export
1 parent c0bfdb5 commit 905e8f1

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
@@ -54,7 +54,7 @@
5454
5555
#![no_std]
5656

57-
pub extern crate num_traits;
57+
extern crate num_traits;
5858

5959
pub use core::option::Option;
6060
pub use num_traits::FromPrimitive;

0 commit comments

Comments
 (0)