Fix NoSuchColor doc

This commit is contained in:
Alexandre Bury 2021-01-08 11:57:32 -08:00
parent 71a600cb9b
commit bbca563e12

View File

@ -9,7 +9,7 @@ use std::str::FromStr;
// Use AHash instead of the slower SipHash
type HashMap<K, V> = std::collections::HashMap<K, V, ahash::RandomState>;
/// Error
/// Error parsing a color.
#[derive(Debug)]
pub struct NoSuchColor;