We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b37e5 commit 76b3a27Copy full SHA for 76b3a27
src/message.rs
@@ -459,7 +459,7 @@ impl VecEncodable for ChannelMessage {
459
where
460
Self: Sized,
461
{
462
- Ok(vec_channel_messages_encoded_size(vec)?)
+ vec_channel_messages_encoded_size(vec)
463
}
464
465
#[instrument(skip_all)]
tests/js_interop.rs
@@ -1,4 +1,4 @@
1
-use _util::{log, wait_for_localhost_port};
+use _util::wait_for_localhost_port;
2
use anyhow::Result;
3
use futures::Future;
4
use futures_lite::stream::StreamExt;
0 commit comments