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 *\("([^"]*)", (?:[^,]*), (.*) => (.*)\),''')
|
confvar_re = re.compile(r'''/// Lint: (\w+). (.*).*\n *\("([^"]*)", (?:[^,]*), (.*) => (.*)\),''')
|
||||||
|
|
||||||
|
|
||||||
def parse_path(p="src"):
|
def parse_path(p="clippy_lints/src"):
|
||||||
d = {}
|
d = {}
|
||||||
for f in os.listdir(p):
|
for f in os.listdir(p):
|
||||||
if f.endswith(".rs"):
|
if f.endswith(".rs"):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue