mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-03 14:33:06 +00:00
simple change to avoid fmt warning
This commit is contained in:
parent
1052dca876
commit
a6a5988d4a
@ -1,9 +1,9 @@
|
||||
use crate::general::waku_decode::WakuDecode;
|
||||
use std::fmt::Write;
|
||||
use hex::FromHex;
|
||||
use serde::{Deserialize, Deserializer, Serialize};
|
||||
use std::convert::TryInto;
|
||||
use std::fmt;
|
||||
use std::fmt::Write;
|
||||
use std::hash::{Hash, Hasher};
|
||||
use std::str::FromStr;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user