diff options
Diffstat (limited to 'src/libcore/cmp.rs')
| -rw-r--r-- | src/libcore/cmp.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcore/cmp.rs b/src/libcore/cmp.rs index 6e87fe4ced0..ec339d10e4b 100644 --- a/src/libcore/cmp.rs +++ b/src/libcore/cmp.rs @@ -19,6 +19,8 @@ //! operators, you could do the following: //! //! ```rust +//! use core::num::SignedInt; +//! //! // Our type. //! struct SketchyNum { //! num : int |
