fix rust clippy error

This commit is contained in:
Kiril Videlov 2024-05-09 11:33:32 -07:00
parent df5d72b908
commit 9e5094247b
No known key found for this signature in database

View File

@ -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;