Add clippy::mem_forget denial rule

This commit is contained in:
Tobie Morgan Hitchcock 2023-02-03 11:46:39 +00:00
parent 0a65ecd96d
commit cf11eb7f54

View file

@ -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]