mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
clippy lint
This commit is contained in:
parent
ed827e993f
commit
0fe19ae472
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ impl Prompt {
|
||||||
let text = ui::Text::new(doc.to_string());
|
let text = ui::Text::new(doc.to_string());
|
||||||
|
|
||||||
let area = Rect::new(
|
let area = Rect::new(
|
||||||
completion_area.x + 0,
|
completion_area.x,
|
||||||
completion_area.y - 3,
|
completion_area.y - 3,
|
||||||
completion_area.width,
|
completion_area.width,
|
||||||
3,
|
3,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue