mirror of
https://github.com/MeexReay/bRAC.git
synced 2025-05-06 21:48:03 +03:00
allow unused methods in proto.rs
This commit is contained in:
parent
4aa1454fc5
commit
fc339f46ce
@ -1,3 +1,5 @@
|
||||
#![allow(unused)]
|
||||
|
||||
use std::{error::Error, fmt::Debug, io::{Read, Write}, net::TcpStream};
|
||||
|
||||
pub trait RacStream: Read + Write + Unpin + Send + Sync + Debug {}
|
||||
|
Loading…
Reference in New Issue
Block a user