fixed clippy error
This commit is contained in:
parent
28a0cf5f88
commit
2841ec2c8c
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ impl BlameRenderer for GitBlameRenderer {
|
|||
let name = util::truncate_and_trailoff(author_name, GIT_BLAME_MAX_AUTHOR_CHARS_DISPLAYED);
|
||||
|
||||
let editor_for_mouse_down = editor.clone();
|
||||
let editor_for_tooltip = editor.clone();
|
||||
let editor_for_tooltip = editor;
|
||||
|
||||
Some(
|
||||
h_flex()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue