mirror of
https://github.com/nushell/nushell.git
synced 2025-06-19 17:38:14 +02:00
Remove redundant struct update
This commit is contained in:
parent
6bed42b0cf
commit
bb79acff1a
@ -646,7 +646,6 @@ impl NuCompleter {
|
||||
case_sensitive: config.completions.case_sensitive,
|
||||
match_algorithm: config.completions.algorithm.into(),
|
||||
sort: config.completions.sort,
|
||||
..Default::default()
|
||||
};
|
||||
|
||||
completer.fetch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user