Skip to content

Commit d921dfa

Browse files
committed
Fix paths in *update_wiki.py*
1 parent cbe7b39 commit d921dfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/update_wiki.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
confvar_re = re.compile(r'''/// Lint: (\w+). (.*).*\n *\("([^"]*)", (?:[^,]*), (.*) => (.*)\),''')
1414

1515

16-
def parse_path(p="src"):
16+
def parse_path(p="clippy_lints/src"):
1717
d = {}
1818
for f in os.listdir(p):
1919
if f.endswith(".rs"):

0 commit comments

Comments
 (0)