mirror of https://github.com/helix-editor/helix
clippy lint
parent
ed827e993f
commit
0fe19ae472
|
@ -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…
Reference in New Issue