| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Denies 'mod.rs' files for consistency.
https://rust-lang.github.io/rust-clippy/master/index.html#mod_module_files
|
| |
|
|
|
|
|
|
| |
In 1.83, this warning triggers on many of our crates.
We're thinking of fixing them all, but for now,
we're going to disable the warning.
This is part of #1765.
|
| |
|
|
| |
This commit is automatically generated.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
| |
We don't have any of these lints yet but let's do this tidying while
we're here. The test lint block seems appropriate for this
maintenance utility, at least right now while we're not making it a
proper external published thing.
Override the two lints that currently trip.
|
| | |
|
| | |
|
|
|
I tried to use petgraph, but it was optimized for performance over
usability, and the usability was beyond me.
|