1
Fork 0

Fix Cargo.toml whitespace.

This commit is contained in:
Nicholas Nethercote 2024-05-03 15:55:35 +10:00
parent a74a272a5b
commit a503893567

View file

@ -42,7 +42,7 @@ rustc_privacy = { path = "../rustc_privacy" }
rustc_query_system = { path = "../rustc_query_system" }
rustc_resolve = { path = "../rustc_resolve" }
rustc_session = { path = "../rustc_session" }
rustc_smir ={ path = "../rustc_smir" }
rustc_smir = { path = "../rustc_smir" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }