diff options
| author | Michael Lamparski <diagonaldevice@gmail.com> | 2018-04-30 07:36:56 -0400 |
|---|---|---|
| committer | Michael Lamparski <diagonaldevice@gmail.com> | 2018-04-30 07:36:56 -0400 |
| commit | 4fab1674c3db2cf4b2d1546a7120d8d56a85c355 (patch) | |
| tree | b7c061cdb99b392de6648fb03438ab0f2540a89a | |
| parent | 6b749b011350830f47a93f1efce986b3c02c4342 (diff) | |
| download | rust-4fab1674c3db2cf4b2d1546a7120d8d56a85c355.tar.gz rust-4fab1674c3db2cf4b2d1546a7120d8d56a85c355.zip | |
update libcore's comment about str tests
| -rw-r--r-- | src/libcore/tests/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/tests/str.rs b/src/libcore/tests/str.rs index 08daafccc54..343c9596c53 100644 --- a/src/libcore/tests/str.rs +++ b/src/libcore/tests/str.rs @@ -8,4 +8,4 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// All `str` tests live in collectionstests::str +// All `str` tests live in liballoc/tests |
