We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0735e1 commit 410b849Copy full SHA for 410b849
src/onefetch/language.rs
@@ -3,8 +3,8 @@ use {
3
colored::Color,
4
regex::Regex,
5
std::collections::HashMap,
6
- strum::{EnumIter, EnumString, IntoStaticStr},
7
std::env,
+ strum::{EnumIter, EnumString, IntoStaticStr},
8
};
9
10
pub struct Colors {
0 commit comments