summaryrefslogtreecommitdiffstats
path: root/src/config/color.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config/color.rs')
-rw-r--r--src/config/color.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/config/color.rs b/src/config/color.rs
index 6e7921d..fe682d6 100644
--- a/src/config/color.rs
+++ b/src/config/color.rs
@@ -59,7 +59,6 @@ impl TryFrom<&str> for Color {
type Error = InvalidColorError;
#[allow(clippy::unwrap_in_result)]
- #[inline]
fn try_from(s: &str) -> Result<Self, Self::Error> {
match s {
"black" | "light black" => Ok(Self::LightBlack),