mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-29 22:44:59 +00:00
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.