Skip to content

Commit

Permalink
(borken_symlinks) remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
the-shank committed Jan 11, 2023
1 parent 12b723f commit d3c8592
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/broken_symlinks.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use clap::Parser;
use color_eyre::eyre::{eyre, Context, Result};
use color_eyre::eyre::{Context, Result};
use std::env;
use std::fs::read_dir;
use std::path::PathBuf;
Expand Down

0 comments on commit d3c8592

Please sign in to comment.