diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-03-24 12:41:19 -0400 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-04-08 17:50:14 -0400 |
| commit | 3136fba5aeca9184c944829596b93e45886fecf2 (patch) | |
| tree | d8613aa519f2b5de0fa8d5a8bcb9841e6f0709f9 /src/libstd/num | |
| parent | 5641777318239926363207f690bf265f7514a63c (diff) | |
| download | rust-3136fba5aeca9184c944829596b93e45886fecf2.tar.gz rust-3136fba5aeca9184c944829596b93e45886fecf2.zip | |
Removing some mutable fields in libstd
Diffstat (limited to 'src/libstd/num')
| -rw-r--r-- | src/libstd/num/complex.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstd/num/complex.rs b/src/libstd/num/complex.rs index 1e8fc0e6c2b..949850f3ca6 100644 --- a/src/libstd/num/complex.rs +++ b/src/libstd/num/complex.rs @@ -239,7 +239,6 @@ mod test { mod arith { use super::*; - use super::super::*; use core::num::Zero; #[test] |
