Silenced warnings in color sub-crate.
This commit is contained in:
parent
f2e591a91f
commit
f9d75f490c
|
@ -1,3 +1,6 @@
|
||||||
|
#![allow(clippy::excessive_precision)]
|
||||||
|
#![allow(clippy::unreadable_literal)]
|
||||||
|
|
||||||
#[allow(non_camel_case_types)]
|
#[allow(non_camel_case_types)]
|
||||||
#[derive(Copy, Clone)]
|
#[derive(Copy, Clone)]
|
||||||
pub enum Space {
|
pub enum Space {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user