We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a520658 + e4d516f commit f564b5aCopy full SHA for f564b5a
crates/code2prompt/src/token_map.rs
@@ -1,5 +1,6 @@
1
-use lscolors::{Indicator, LsColors};
+#[cfg(windows)]
2
use log::error;
3
+use lscolors::{Indicator, LsColors};
4
use serde::Deserialize;
5
use std::cmp::Ordering;
6
use std::collections::{BTreeMap, BinaryHeap, HashMap};
0 commit comments