Skip to content

Commit

Permalink
fix more warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Frando committed Aug 13, 2024
1 parent 93d9bfc commit 38e1a4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions data-model/src/relative_encodings.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
use syncify::syncify;
use syncify::syncify_replace;

#[syncify(encoding_sync)]
pub(super) mod encoding {
use super::*;
// TODO: Unclear why this is marked unused.
#[allow(unused_imports)]
use syncify::syncify_replace;

#[syncify_replace(use ufotofu::sync::{BulkConsumer, BulkProducer};)]
use ufotofu::local_nb::{BulkConsumer, BulkProducer};
Expand Down
2 changes: 0 additions & 2 deletions earthstar/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![feature(new_uninit)]

pub mod cinn25519;
pub mod identity_id;
pub mod namespace_id;

0 comments on commit 38e1a4f

Please sign in to comment.