Skip to content

Commit cfb0795

Browse files
committed
doc: Hide Builder from docs
1 parent c181ec7 commit cfb0795

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ use std::marker::PhantomData;
88
use std::process::{Child, Command};
99

1010
/// Marker type for the builder state — builder methods are available, the process has not started.
11+
#[doc(hidden)]
1112
pub struct Builder;
1213

1314
/// Runs all three Azurite services (blob, table, queue) in a single process.

0 commit comments

Comments
 (0)