require documentation in seqwait.rs

This commit is contained in:
Eric Seppanen
2021-04-23 14:46:50 -07:00
parent 6dfe196c40
commit fe79082e29
2 changed files with 3 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
//! zenith_utils is intended to be a place to put code that is shared
//! between other crates in this repository.
/// SeqWait allows waiting for a future sequence number to arrive
pub mod seqwait;

View File

@@ -1,3 +1,5 @@
#![warn(missing_docs)]
use std::collections::BTreeMap;
use std::mem;
use std::sync::Mutex;