1
Fork 0

Parse tool name for command line lint options

This commit is contained in:
Eric Holk 2021-06-24 16:38:32 -07:00
parent 65b28a987b
commit 1e0db4cfed
3 changed files with 44 additions and 3 deletions

View file

@ -494,3 +494,6 @@ fn register_internals(store: &mut LintStore) {
],
);
}
#[cfg(test)]
mod tests;