mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
ls: remove cognitive_complexity clippy allow
This commit is contained in:
parent
33d4ab82ba
commit
ee0fc86ce8
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue