diff options
| author | Corey Richardson <corey@octayn.net> | 2014-05-16 10:59:25 -0700 |
|---|---|---|
| committer | Corey Richardson <corey@octayn.net> | 2014-05-16 10:59:25 -0700 |
| commit | 3da99c5d8a44f3d79eb02e76c30df2b20d2df38c (patch) | |
| tree | 3625f520d90d08eeb4d5cf2e4e03b971fb09d954 /src/libnum | |
| parent | 1fe15b95cb677793cd349ec2506c93283aa65016 (diff) | |
| download | rust-3da99c5d8a44f3d79eb02e76c30df2b20d2df38c.tar.gz rust-3da99c5d8a44f3d79eb02e76c30df2b20d2df38c.zip | |
Some fixes
Diffstat (limited to 'src/libnum')
| -rw-r--r-- | src/libnum/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnum/lib.rs b/src/libnum/lib.rs index 54652c9dca3..85967d4d942 100644 --- a/src/libnum/lib.rs +++ b/src/libnum/lib.rs @@ -21,7 +21,7 @@ //! extern crate num; //! //! use num::bigint::BigInt; -//! use num::rational::{Ratio, BigRational}: +//! use num::rational::{Ratio, BigRational}; //! //! fn approx_sqrt(number: u64, iterations: uint) -> BigRational { //! let start: Ratio<BigInt> = Ratio::from_integer(FromPrimitive::from_u64(number).unwrap()); |
