mirror of
https://github.com/sharkdp/bat
synced 2026-08-02 18:41:42 +00:00
Migrated to Rust 2018
This commit is contained in:
committed by
David Peter
parent
b94c94e845
commit
a21ae614e6
+1
-1
@@ -3,7 +3,7 @@ use std::io::{self, BufRead, BufReader};
|
||||
|
||||
use content_inspector::{self, ContentType};
|
||||
|
||||
use errors::*;
|
||||
use crate::errors::*;
|
||||
|
||||
const THEME_PREVIEW_FILE: &[u8] = include_bytes!("../assets/theme_preview.rs");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user