mirror of
https://github.com/nushell/nushell.git
synced 2025-08-14 17:18:34 +02:00
Move to using clippy (#1142)
* Clippy fixes * Finish converting to use clippy * fix warnings in new master * fix windows * fix windows Co-authored-by: Artem Vorotnikov <artem@vorotnikov.me>
This commit is contained in:
@ -12,6 +12,7 @@ struct Match {
|
||||
}
|
||||
|
||||
impl Match {
|
||||
#[allow(clippy::trivial_regex)]
|
||||
fn new() -> Self {
|
||||
Match {
|
||||
column: String::new(),
|
||||
|
Reference in New Issue
Block a user