refactor: add arc clone lint
parent
0fe590cedd
commit
e9f1b0f3e2
|
@ -2,6 +2,7 @@
|
|||
#![allow(dead_code)]
|
||||
#![allow(clippy::too_many_arguments)]
|
||||
#![allow(unused_variables)]
|
||||
#![warn(clippy::clone_on_ref_ptr)]
|
||||
pub(crate) mod chunk;
|
||||
pub(crate) mod column;
|
||||
pub(crate) mod row_group;
|
||||
|
|
Loading…
Reference in New Issue