Skip to content

Commit f564b5a

Browse files
authored
Merge pull request #199 from notdian/fix/import_lint_warning
fix linter style warning
2 parents a520658 + e4d516f commit f564b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/code2prompt/src/token_map.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
use lscolors::{Indicator, LsColors};
1+
#[cfg(windows)]
22
use log::error;
3+
use lscolors::{Indicator, LsColors};
34
use serde::Deserialize;
45
use std::cmp::Ordering;
56
use std::collections::{BTreeMap, BinaryHeap, HashMap};

0 commit comments

Comments
 (0)