We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ebcbb2 commit 4e631c4Copy full SHA for 4e631c4
src/color/model.rs
@@ -1,11 +1,5 @@
1
#![allow(dead_code)]
2
3
-// Special note from Gavin: if you call it "colour", you are WRONG,
4
-// which is why we will have ZERO cross-compatibility with that name.
5
-// you will be FORCED to type "color" until you realize that it is superior.
6
-
7
-// TODO docs
8
9
use std::fmt::{self};
10
11
#[cfg(feature = "alloc")]
0 commit comments