rust/library/core/tests
Yuki Okushi 70f8e1a56f
Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr
Replace absolute paths with relative ones

Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
2020-10-14 06:02:36 +09:00
..
fmt
hash
num
alloc.rs
any.rs
array.rs
ascii.rs
atomic.rs
bool.rs
cell.rs
char.rs
clone.rs
cmp.rs
intrinsics.rs
iter.rs
lazy.rs
lib.rs
manually_drop.rs
mem.rs
nonzero.rs
ops.rs
option.rs
pattern.rs
pin.rs
ptr.rs
result.rs
slice.rs
str.rs
str_lossy.rs
time.rs
tuple.rs