mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
format code with rustfmt and add contributor
This commit is contained in:
parent
e067c2858f
commit
8b12942039
1 changed files with 1 additions and 1 deletions
|
@ -448,9 +448,9 @@ pub(crate) fn data_for_file(media_folder: &Path, fname: &str) -> Result<Option<V
|
|||
|
||||
#[cfg(test)]
|
||||
mod test {
|
||||
use super::safe_rename;
|
||||
use std::borrow::Cow;
|
||||
use std::fs;
|
||||
use super::safe_rename;
|
||||
|
||||
use tempfile::tempdir;
|
||||
|
||||
|
|
Loading…
Reference in a new issue