Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit fa5e03a

Browse files
authored
Fix rust-clippy.json
This broke the rust-highfive bot for Clippy
1 parent d8ab592 commit fa5e03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

highfive/configs/rust-lang/rust-clippy.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"all": ["@flip1995", "@Manishearth", "@llogiq", "@camsteffen", "@giraffate"]
44
},
55
"dirs": {
6-
".github": ["@flip1995"],
6+
".github": ["@flip1995"]
77
},
88
"contributing": "https://github.com/rust-lang/rust-clippy/blob/master/CONTRIBUTING.md",
99
"new_pr_labels": ["S-waiting-on-review"]

0 commit comments

Comments
 (0)