diff --git a/sailfish/src/runtime/render.rs b/sailfish/src/runtime/render.rs index 56188b4..3bf8cdb 100644 --- a/sailfish/src/runtime/render.rs +++ b/sailfish/src/runtime/render.rs @@ -1,4 +1,4 @@ -use std::fmt::{self, Display}; +use std::fmt; use std::path::{Path, PathBuf}; use super::buffer::Buffer;