We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c0342c commit c729c30Copy full SHA for c729c30
palette_derive/src/util.rs
@@ -14,7 +14,7 @@ pub fn bundle_impl(
14
15
if internal {
16
quote!{
17
- #[allow(non_snake_case, unused_attributes, unused_qualifications)]
+ #[allow(non_snake_case, unused_attributes, unused_qualifications, unused_imports)]
18
mod #const_name {
19
use float::Float as _FloatTrait;
20
use super::*;
@@ -23,7 +23,7 @@ pub fn bundle_impl(
23
}
24
} else {
25
26
27
28
extern crate palette as _palette;
29
use self::_palette::float::Float as _FloatTrait;
0 commit comments