mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
ls: remove cognitive_complexity clippy allow
This commit is contained in:
@@ -609,7 +609,6 @@ fn extract_indicator_style(options: &clap::ArgMatches) -> IndicatorStyle {
|
||||
}
|
||||
|
||||
impl Config {
|
||||
#[allow(clippy::cognitive_complexity)]
|
||||
pub fn from(options: &clap::ArgMatches) -> UResult<Self> {
|
||||
let context = options.get_flag(options::CONTEXT);
|
||||
let (mut format, opt) = extract_format(options);
|
||||
|
||||
Reference in New Issue
Block a user