-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #76385 - calebcartwright:update-rls-rustfmt, r=Xanewok
Update RLS and Rustfmt Fixes #76145 and fixes #76146 cc @Xanewok @topecongiro
- Loading branch information
Showing
4 changed files
with
62 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rls
updated
8 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule rustfmt
updated
13 files
+712 −600 | Cargo.lock | |
+10 −10 | Cargo.toml | |
+17 −3 | src/attr.rs | |
+8 −23 | src/formatting.rs | |
+84 −48 | src/modules.rs | |
+1 −1 | src/modules/visitor.rs | |
+2 −2 | src/reorder.rs | |
+11 −2 | src/syntux/parser.rs | |
+1 −1 | src/utils.rs | |
+10 −5 | src/visitor.rs | |
+1 −0 | tests/target/inner-module-path/b.rs | |
+1 −0 | tests/target/inner-module-path/c/d.rs | |
+8 −0 | tests/target/inner-module-path/lib.rs |