Remove redundant argument
This commit is contained in:
parent
42e1221357
commit
241d3951b8
2 changed files with 0 additions and 2 deletions
|
@ -7554,7 +7554,6 @@ impl Editor {
|
|||
search_range: Range<Anchor>,
|
||||
display_snapshot: &DisplaySnapshot,
|
||||
count: usize,
|
||||
theme: &Theme,
|
||||
) -> Vec<RangeInclusive<u32>> {
|
||||
let mut results = Vec::new();
|
||||
let buffer = &display_snapshot.buffer_snapshot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue