From 90b34c8cc26d9adf2a1e8ae5169fb6dd0edb01c8 Mon Sep 17 00:00:00 2001 From: Jonas Maier Date: Sat, 9 May 2026 21:47:57 +0200 Subject: get rid of warnings, bump version to 0.6.4 --- src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index 8730b46..700425a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ use std::collections::HashMap; use std::ffi::OsStr; use std::fs::{self, File}; -use std::io::{self, BufRead, Read, Write}; +use std::io::{self, Read, Write}; use std::os::unix::ffi::OsStrExt; use std::os::unix::io::AsRawFd; use std::path::Path; @@ -35,7 +35,6 @@ pub mod rw; pub mod serialization; pub mod wait; -use libc::BS0; use linebuf::LineBuf; use raw::*; -- cgit v1.2.3