Add clippy::mem_forget
denial rule
This commit is contained in:
parent
0a65ecd96d
commit
cf11eb7f54
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
//! can be used in distributed mode by connecting to a distributed [TiKV](https://tikv.org)
|
||||
//! key-value store.
|
||||
|
||||
#![deny(clippy::mem_forget)]
|
||||
#![forbid(unsafe_code)]
|
||||
|
||||
#[macro_use]
|
||||
|
|
Loading…
Reference in a new issue