Skip to content

Commit a65c3fe

Browse files
apop5makubacki
andauthored
Update rustfmt to use local repo version instead of mu_devops version. (#466)
Some downstream repos updated to 2024 rustfmt. Update the synced version of rustfmt to remove specifying a format. This way, the edition will use the repo's Cargo.toml. --------- Co-authored-by: Michael Kubacki <michael.kubacki@microsoft.com>
1 parent 2a1ab31 commit a65c3fe

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.sync/rust_config/rustfmt.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
# Keep these options sorted in ascending order to ease lookup with rustfmt documentation.
77

8-
edition = "2021" # This would normally be picked up from Cargo.toml if not specified here
98
enum_discrim_align_threshold = 8 # Vertically align enum discriminants
109
force_explicit_abi = true # Always print the ABI for extern items (e.g. extern {... will become extern "C" {...)
1110
hard_tabs = false # Always uses spaces for indentation and alignment

0 commit comments

Comments
 (0)