mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 21:47:07 +04:00
clippy lint
This commit is contained in:
parent
ed827e993f
commit
0fe19ae472
@ -165,7 +165,7 @@ pub fn render_prompt(&self, area: Rect, surface: &mut Surface, cx: &mut Context)
|
|||||||
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
Block a user