mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +00:00
Fix NoSuchColor doc
This commit is contained in:
parent
71a600cb9b
commit
bbca563e12
@ -9,7 +9,7 @@ use std::str::FromStr;
|
|||||||
// Use AHash instead of the slower SipHash
|
// Use AHash instead of the slower SipHash
|
||||||
type HashMap<K, V> = std::collections::HashMap<K, V, ahash::RandomState>;
|
type HashMap<K, V> = std::collections::HashMap<K, V, ahash::RandomState>;
|
||||||
|
|
||||||
/// Error
|
/// Error parsing a color.
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct NoSuchColor;
|
pub struct NoSuchColor;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user