Skip to content

Commit

Permalink
Remove out-of-date comment.
Browse files Browse the repository at this point in the history
This comment -- "by default we ignore everything in the repository" --
was added in rust-lang#65939 when rustfmt was first being introduced for this
repository and (briefly) every directory was ignored. Since then lots of
directories have opted in to formatting, so it is no longer true.
  • Loading branch information
nnethercote committed May 28, 2024
1 parent 84b40fc commit bcfa67d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ version = "Two"
use_small_heuristics = "Max"
merge_derives = false

# by default we ignore everything in the repository
# tidy only checks files which are not ignored, each entry follows gitignore style
ignore = [
"/build/",
Expand Down

0 comments on commit bcfa67d

Please sign in to comment.