mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-25 23:29:59 +00:00
require documentation in seqwait.rs
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
#![warn(missing_docs)]
|
||||
|
||||
use std::collections::BTreeMap;
|
||||
use std::mem;
|
||||
use std::sync::Mutex;
|
||||
|
||||
Reference in New Issue
Block a user