rust-installer and rls no longer submodule, so fix rustfmt.toml
This commit is contained in:
parent
cd68ead9ec
commit
f3d9248c22
7 changed files with 31 additions and 69 deletions
|
@ -16,6 +16,8 @@ ignore = [
|
|||
"tests",
|
||||
|
||||
# do not format submodules
|
||||
# FIXME: sync submodule list with tidy/bootstrap/etc
|
||||
# tidy/src/walk.rs:filter_dirs
|
||||
"library/backtrace",
|
||||
"library/portable-simd",
|
||||
"library/stdarch",
|
||||
|
@ -31,10 +33,8 @@ ignore = [
|
|||
"src/tools/cargo",
|
||||
"src/tools/clippy",
|
||||
"src/tools/miri",
|
||||
"src/tools/rls",
|
||||
"src/tools/rust-analyzer",
|
||||
"src/tools/rustfmt",
|
||||
"src/tools/rust-installer",
|
||||
|
||||
# these are ignored by a standard cargo fmt run
|
||||
"compiler/rustc_codegen_cranelift/y.rs", # running rustfmt breaks this file
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue