fix: fix clippy issues
This commit is contained in:
parent
e17af0400a
commit
f1ba9b3d3d
1 changed files with 1 additions and 1 deletions
|
@ -1490,7 +1490,7 @@ impl BufferSearchBar {
|
||||||
// For example, if `\c` was present in the query and the case
|
// For example, if `\c` was present in the query and the case
|
||||||
// sensitivity was initially enabled, removing `\c` from the query
|
// sensitivity was initially enabled, removing `\c` from the query
|
||||||
// should re-enable case sensitivity.
|
// should re-enable case sensitivity.
|
||||||
let mut search_options = self.default_options.clone();
|
let mut search_options = self.default_options;
|
||||||
let query = self.raw_query(cx);
|
let query = self.raw_query(cx);
|
||||||
|
|
||||||
for (pattern, search_option, value) in PATTERN_ITEMS {
|
for (pattern, search_option, value) in PATTERN_ITEMS {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue