Suppress unused import warning

This commit is contained in:
Kogia-sima 2020-06-07 21:12:02 +09:00
parent 5c7065a411
commit e19ef51f39
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::fmt::{self, Display};
use std::fmt;
use std::path::{Path, PathBuf};
use super::buffer::Buffer;