diff --git a/src/main.rs b/src/main.rs index 66862e3..2f13981 100644 --- a/src/main.rs +++ b/src/main.rs @@ -33,8 +33,6 @@ use crate::filter::OwnerFilter; use crate::filter::{SizeFilter, TimeFilter}; use crate::regex_helper::{pattern_has_uppercase_char, pattern_matches_strings_with_leading_dot}; -extern crate libc; - // We use jemalloc for performance reasons, see https://github.com/sharkdp/fd/pull/481 // FIXME: re-enable jemalloc on macOS, see comment in Cargo.toml file for more infos #[cfg(all( @@ -252,8 +250,6 @@ fn construct_config(matches: clap::ArgMatches, pattern_regex: &str) -> Result Result