docs.rs for mock #1453
This commit is contained in:
parent
c4b3efa9fe
commit
97da42df15
@ -3,6 +3,7 @@ use std::time::Duration;
|
|||||||
mod connection;
|
mod connection;
|
||||||
mod db_connection;
|
mod db_connection;
|
||||||
#[cfg(feature = "mock")]
|
#[cfg(feature = "mock")]
|
||||||
|
#[cfg_attr(docsrs, doc(cfg(feature = "mock")))]
|
||||||
mod mock;
|
mod mock;
|
||||||
mod statement;
|
mod statement;
|
||||||
mod stream;
|
mod stream;
|
||||||
@ -11,6 +12,7 @@ mod transaction;
|
|||||||
pub use connection::*;
|
pub use connection::*;
|
||||||
pub use db_connection::*;
|
pub use db_connection::*;
|
||||||
#[cfg(feature = "mock")]
|
#[cfg(feature = "mock")]
|
||||||
|
#[cfg_attr(docsrs, doc(cfg(feature = "mock")))]
|
||||||
pub use mock::*;
|
pub use mock::*;
|
||||||
pub use statement::*;
|
pub use statement::*;
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user