Fix wrong comment

This commit is contained in:
Jonas Schievink 2020-06-05 13:04:35 +02:00
parent 3c496f7fa7
commit e0e9c6d1a4

View File

@ -281,7 +281,7 @@ mod tests {
#[test]
fn cyclic_module_reexport() {
// Reexporting modules from a dependency adds all contents to the import map.
// A cyclic reexport does not hang.
let map = import_map(
r"
//- /lib.rs crate:lib