mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-16 14:07:04 +00:00
Fix typo in lint dump script
This commit is contained in:
parent
3d3d3732c0
commit
45bab501e1
@ -177,7 +177,7 @@ def main(print_only=False, check=False):
|
||||
]
|
||||
for group in print_clippy_lint_groups:
|
||||
sys.stdout.write('\n## ' + group + '\n')
|
||||
for (_, name, _, descr) in sorted(clippy_lints[x]):
|
||||
for (_, name, _, descr) in sorted(clippy_lints[group]):
|
||||
sys.stdout.write('* [' + name + '](https://rust-lang-nursery.github.io/rust-clippy/master/index.html#' + name + ') (' + descr + ')\n')
|
||||
return
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user