mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-07 00:13:10 +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