Skip to content

Commit

Permalink
docs: add missing RustDoc
Browse files Browse the repository at this point in the history
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
  • Loading branch information
hawkw committed Oct 19, 2020
1 parent 71a8883 commit 54ba305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ impl<T> Pool<T>
where
T: Clear + Default,
{
/// Returns a new `Pool` with the default configuration parameters.
pub fn new() -> Self {
Self::new_with_config()
}
Expand Down

0 comments on commit 54ba305

Please sign in to comment.