Skip to content

Commit

Permalink
Update swarm_nl/src/core/prelude.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Sacha Lansky <[email protected]>
  • Loading branch information
thewoodfish and sacha-l authored Jul 30, 2024
1 parent 29c5710 commit 89b4bca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swarm_nl/src/core/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -646,7 +646,7 @@ pub mod gossipsub_cfg {
}
}

/// Queue that stores and removes data in a FIFO manner
/// Queue that stores and removes data in a FIFO manner.
#[derive(Clone)]
pub(super) struct DataQueue<T: Debug + Clone + Eq + PartialEq + Hash> {
buffer: Arc<Mutex<VecDeque<T>>>,
Expand Down

0 comments on commit 89b4bca

Please sign in to comment.