Skip to content

Commit 0ca8ae5

Browse files
committedApr 11, 2023
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
2 parents dfe024e + 83e42a2 commit 0ca8ae5

File tree

145 files changed

+4728
-1695
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

145 files changed

+4728
-1695
lines changed
 

‎src/tools/clippy/.cargo/config.toml

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@ target-dir = "target"
1111

1212
[unstable]
1313
binary-dep-depinfo = true
14+
15+
[profile.dev]
16+
split-debuginfo = "unpacked"

‎src/tools/clippy/.editorconfig

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ trim_trailing_whitespace = true
1111
insert_final_newline = true
1212
indent_style = space
1313
indent_size = 4
14+
max_line_length = 120
1415

1516
[*.md]
1617
# double whitespace at end of line

0 commit comments

Comments
 (0)