From c6a963cd43cadff083bfdf4454cdef2d8ddd2070 Mon Sep 17 00:00:00 2001 From: tcmal Date: Wed, 5 Jun 2024 20:54:29 +0100 Subject: some cleanup and lints --- src/atoms.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/atoms.rs') diff --git a/src/atoms.rs b/src/atoms.rs index 4dfcf47..5db75da 100644 --- a/src/atoms.rs +++ b/src/atoms.rs @@ -5,7 +5,7 @@ use xcb::Connection; pub struct InternedAtoms {} impl InternedAtoms { - pub fn new_with(conn: &Connection) -> Result { + pub fn new_with(_conn: &Connection) -> Result { // TODO: intern atoms // utf8string = XInternAtom(dpy, "UTF8_STRING", False); -- cgit v1.2.3