The unused_qualifications lint gets triggered even in the macros, an issue was openned on rust to update it but as for now this should prevent the lint from triggerring on macros.
Added #[allow(unused_qualifications)] directly in wrap_in_dummy_mod.
Removed #[allow(unused_qualifications)] from Insertable, reverting https://github.com/diesel-rs/diesel/pull/3353 as it will be taken care by the one on wrap_in_dummy_mod.
The unused_qualifications lint gets triggered even in the macros, an issue was openned on rust to update it but as for now this should prevent the lint from triggerring on macros.
Added #[allow(unused_qualifications)] directly in wrap_in_dummy_mod. Removed #[allow(unused_qualifications)] from Insertable, reverting https://github.com/diesel-rs/diesel/pull/3353 as it will be taken care by the one on wrap_in_dummy_mod.