mirror of
https://github.com/ankitects/anki.git
synced 2025-12-15 07:40:58 -05:00
Fix import for FileTimes
This commit is contained in:
parent
a2092c1274
commit
41df1fc9dd
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
use std::borrow::Cow;
|
||||
use std::fs;
|
||||
use std::fs::FileTimes;
|
||||
use filetime::FileTimes;
|
||||
use std::io;
|
||||
use std::io::Read;
|
||||
use std::path::Path;
|
||||
|
|
|
|||
Loading…
Reference in a new issue