summaryrefslogtreecommitdiffstats
path: root/src/ui/grid/render.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/grid/render.rs')
-rw-r--r--src/ui/grid/render.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/grid/render.rs b/src/ui/grid/render.rs
index 441db16..c991277 100644
--- a/src/ui/grid/render.rs
+++ b/src/ui/grid/render.rs
@@ -20,6 +20,7 @@ use crate::ui::grid::row::{Cell, Segment};
/// * `y` - Target y coordinate for `cr`.
/// * `w` - Target width for `cr`.
/// * `h` - Target height for `cr`.
+#[allow(clippy::too_many_arguments, clippy::many_single_char_names)]
fn render_text(
cr: &cairo::Context,
pango_context: &pango::Context,