rust/library/core
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
..
benches Use more efficient scheme for display u128/i128 2020-09-28 20:38:38 +00:00
src Auto merge of #77639 - jagill:stabilize-slice_partition_at_index, r=Amanieu 2020-10-13 06:33:52 +00:00
tests Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr 2020-10-14 06:02:36 +09:00
Cargo.toml