Skip to content

Commit

Permalink
fix cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi committed Aug 22, 2021
1 parent d5258b0 commit 887f746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ fn filter_git_dirty_stage(dirty_files: Vec<String>, staged_files: Vec<String>) -
#[cfg(test)]
mod tests {
use super::*;
use crate::{get_std_env, Shadow};
use crate::get_std_env;
use std::path::Path;

#[test]
Expand Down

0 comments on commit 887f746

Please sign in to comment.