Code cleanup.
Converted rest of .clone() s on ref pointer to use the macro instead. Stopped ignoring clippy clone_on_ref_pointer warnings since there shouldn't be any, anymore.
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#![allow(dead_code)]
|
||||
#![cfg_attr(feature = "cargo-clippy", allow(clone_on_ref_ptr))]
|
||||
|
||||
use diesel::prelude::*;
|
||||
use diesel;
|
||||
|
||||
Reference in New Issue
Block a user