1
Fork 0

better formatting for statements

This commit is contained in:
Oğuz Ağcayazı 2023-11-09 12:11:41 +03:00 committed by ouz-a
parent 0f0e9baf19
commit ebd9c145f6
5 changed files with 49 additions and 25 deletions

View file

@ -43,8 +43,8 @@ rustc_privacy = { path = "../rustc_privacy" }
rustc_query_system = { path = "../rustc_query_system" }
rustc_resolve = { path = "../rustc_resolve" }
rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_smir ={ path = "../rustc_smir" }
rustc_span = { path = "../rustc_span" }
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }