Skip to content

Commit fcf78bb

Browse files
committed
Update comment
1 parent 9e5c6a2 commit fcf78bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
//! called. The `lang` attribute is called `eh_personality`.
4545
4646
// Since core defines many fundamental lang items, all tests live in a
47-
// separate crate, libcoretest (library/core/tests), to avoid bizarre issues.
47+
// separate crate, coretests (library/coretests), to avoid bizarre issues.
4848
//
4949
// Here we explicitly #[cfg]-out this whole crate when testing. If we don't do
5050
// this, both the generated test artifact and the linked libtest (which

0 commit comments

Comments
 (0)