Skip to content

Commit

Permalink
Make clippy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jblazquez committed Jan 18, 2025
1 parent 7e64c97 commit 5583588
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/objects/builtin_filter.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
use crate::{ArmergeKeepOrRemove, MergeError};
use regex::Regex;
use std::collections::HashMap;
use std::path::{Path, PathBuf};

use crate::objects::merge;
use crate::objects::syms::ObjectSyms;

pub fn merge_required_objects(
_obj_dir: &Path,
Expand Down

0 comments on commit 5583588

Please sign in to comment.