mirror of
https://github.com/TECHNOFAB11/tmux-copyrat.git
synced 2025-12-12 16:10:07 +01:00
fix(test): remove unnecessary &mut in some tests
This commit is contained in:
parent
6f2f7678eb
commit
735d6c0e40
1 changed files with 2 additions and 2 deletions
|
|
@ -1000,7 +1000,7 @@ Barcelona https://en.wikipedia.org/wiki/Barcelona - ";
|
|||
let alphabet = alphabet::Alphabet("abcd".to_string());
|
||||
let reverse = true;
|
||||
let unique_hint = false;
|
||||
let mut model = textbuf::Model::new(
|
||||
let model = textbuf::Model::new(
|
||||
&lines,
|
||||
&alphabet,
|
||||
use_all_patterns,
|
||||
|
|
@ -1026,7 +1026,7 @@ Barcelona https://en.wikipedia.org/wiki/Barcelona - ";
|
|||
let hint_style = None;
|
||||
|
||||
let ui = ViewController::new(
|
||||
&mut model,
|
||||
&model,
|
||||
wrap_around,
|
||||
default_output_destination,
|
||||
&rendering_colors,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue