mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-29 20:43:37 +03:00
fix rust clippy error
This commit is contained in:
parent
df5d72b908
commit
9e5094247b
@ -470,7 +470,7 @@ fn get_exclude_list(repo: &git2::Repository) -> Result<String> {
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use std::{io::Write, path::PathBuf};
|
||||
use std::io::Write;
|
||||
|
||||
use crate::virtual_branches::Branch;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user