mirror of
https://github.com/waku-org/waku-rust-bindings.git
synced 2025-03-02 23:30:44 +00:00
Clippy happy
This commit is contained in:
parent
7a224faa0d
commit
f910bac804
@ -29,7 +29,7 @@ pub fn waku_lightpush_publish(
|
||||
)
|
||||
.expect("CString should build properly from the serialized waku message")
|
||||
.into_raw(),
|
||||
CString::new(pubsub_topic.to_string())
|
||||
CString::new(pubsub_topic)
|
||||
.expect("CString should build properly from pubsub topic")
|
||||
.into_raw(),
|
||||
CString::new(peer_id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user