mirror of
https://github.com/tokio-rs/bytes.git
synced 2026-08-11 00:00:23 +02:00
Remove unnecessary Send impl
This commit is contained in:
committed by
Carl Lerche
parent
7444721d98
commit
7e02c29e85
@@ -152,8 +152,6 @@ impl Buf for ByteBuf {
|
||||
}
|
||||
}
|
||||
|
||||
unsafe impl Send for ByteBuf { }
|
||||
|
||||
/*
|
||||
*
|
||||
* ===== ROByteBuf =====
|
||||
|
||||
Reference in New Issue
Block a user