From 1fbd43124a09a98cacec5d8e5ca1d849fc7ae718 Mon Sep 17 00:00:00 2001 From: noonebtw Date: Fri, 22 Jan 2021 00:07:08 +0100 Subject: [PATCH] cleanup --- src/wm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wm.rs b/src/wm.rs index 5203dfe..90c6849 100644 --- a/src/wm.rs +++ b/src/wm.rs @@ -1,6 +1,6 @@ // asdf use std::{ - cell::{RefCell, RefMut}, + cell::RefCell, collections::{hash_map::Entry, HashMap}, ffi::CString, io::{Error, ErrorKind, Result},