mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-26 14:40:32 +00:00
Fix paths in *update_wiki.py*
This commit is contained in:
parent
cbe7b39dbd
commit
d921dfa2c3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ conf_re = re.compile(r'''define_Conf! {\n([^}]*)\n}''', re.MULTILINE)
|
|||
confvar_re = re.compile(r'''/// Lint: (\w+). (.*).*\n *\("([^"]*)", (?:[^,]*), (.*) => (.*)\),''')
|
||||
|
||||
|
||||
def parse_path(p="src"):
|
||||
def parse_path(p="clippy_lints/src"):
|
||||
d = {}
|
||||
for f in os.listdir(p):
|
||||
if f.endswith(".rs"):
|
||||
|
|
Loading…
Reference in a new issue