1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-09-02 03:12:25 +01:00

Fix warnings, sort imports, input from string

This commit is contained in:
sharkdp
2020-04-22 18:10:26 +02:00
committed by David Peter
parent 590960f7f5
commit 26c951fec4
11 changed files with 65 additions and 54 deletions

View File

@@ -1,6 +1,6 @@
use std::collections::HashSet;
use bat::HighlightingAssets;
use bat::assets::HighlightingAssets;
#[test]
fn no_duplicate_extensions() {