Skip to content

Commit 76b3a27

Browse files
committed
cargo clippy --fix
1 parent f6b37e5 commit 76b3a27

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/message.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ impl VecEncodable for ChannelMessage {
459459
where
460460
Self: Sized,
461461
{
462-
Ok(vec_channel_messages_encoded_size(vec)?)
462+
vec_channel_messages_encoded_size(vec)
463463
}
464464

465465
#[instrument(skip_all)]

tests/js_interop.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use _util::{log, wait_for_localhost_port};
1+
use _util::wait_for_localhost_port;
22
use anyhow::Result;
33
use futures::Future;
44
use futures_lite::stream::StreamExt;

0 commit comments

Comments
 (0)