Commit c5a2a9a
committed
Auto merge of #67596 - Mark-Simulacrum:tidy-silence-rustfmt, r=Centril
(Mostly) finish formatting the repository
Silences tidy line length warnings on rustfmt-controlled files.
This leaves two things out of formatting: CloudABI (mostly because it's not really ours to control, it's upstream code that's mostly generated), and tests. The latter is a hard problem and maybe not one to worry too much about, we rarely edit old tests and reformatting them as we go if possible isn't too bad (they're generally small).File tree
49 files changed
+9702
-9873
lines changed- src
- libcore
- iter
- adapters
- traits
- tests
- librustc_codegen_llvm
- back
- debuginfo
- librustc_codegen_ssa
- mir
- librustc_codegen_utils/symbol_names
- librustc_errors
- librustc_feature
- librustc_mir
- borrow_check
- diagnostics
- type_check
- build
- expr
- matches
- interpret
- monomorphize
- librustc_passes
- librustc_resolve
- librustc_typeck
- check
- method
- librustc
- hir
- infer/error_reporting/nice_region_error
- lint
- middle
- traits
- ty
- librustdoc/html/markdown
- libstd/sys
- sgx/abi
- unix
- libsyntax_expand/parse
- lexer
- libsyntax_ext
- tools
- build-manifest/src
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
49 files changed
+9702
-9873
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 13 | | |
59 | 14 | | |
60 | 15 | | |
| |||
71 | 26 | | |
72 | 27 | | |
73 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
74 | 32 | | |
0 commit comments