diff options
| author | Stjepan Glavina <stjepang@gmail.com> | 2017-04-03 16:53:04 +0200 |
|---|---|---|
| committer | Stjepan Glavina <stjepang@gmail.com> | 2017-04-03 20:49:39 +0200 |
| commit | 13c744f30d1540f36a6437224d16e3aea0a2ff71 (patch) | |
| tree | 27bb8c23c24ebeddb5b72d7131a05912df5c0242 /src/libcore/num/bignum.rs | |
| parent | 5309a3e31d88def1f3ea966162ed4f81f161d500 (diff) | |
| download | rust-13c744f30d1540f36a6437224d16e3aea0a2ff71.tar.gz rust-13c744f30d1540f36a6437224d16e3aea0a2ff71.zip | |
Move libXtest into libX/tests
This change moves: 1. `libcoretest` into `libcore/tests` 2. `libcollectionstest` into `libcollections/tests` This is a follow-up to #39561.
Diffstat (limited to 'src/libcore/num/bignum.rs')
| -rw-r--r-- | src/libcore/num/bignum.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/num/bignum.rs b/src/libcore/num/bignum.rs index 8904322ca48..b5553fb2947 100644 --- a/src/libcore/num/bignum.rs +++ b/src/libcore/num/bignum.rs @@ -19,7 +19,7 @@ //! inputs, but we don't do so to avoid the code bloat. Each bignum is still //! tracked for the actual usages, so it normally doesn't matter. -// This module is only for dec2flt and flt2dec, and only public because of libcoretest. +// This module is only for dec2flt and flt2dec, and only public because of coretests. // It is not intended to ever be stabilized. #![doc(hidden)] #