add needless_raw_string_hashes lint
add semicolon in doctest
This commit is contained in:
parent
ecdea8cdd3
commit
1bf74fc303
18 changed files with 216 additions and 22 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#![allow(unused, clippy::needless_borrow)]
|
||||
#![allow(unused, clippy::needless_raw_string_hashes, clippy::needless_borrow)]
|
||||
#![warn(clippy::invalid_regex, clippy::trivial_regex)]
|
||||
|
||||
extern crate regex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue