Skip to content
Snippets Groups Projects
Commit 994426d1 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Add a couple of "pub use" to make nightly rustdoc pass.

parent 9d26a918
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,9 @@
//! assert_eq!{ builder.build().unwrap().values, &[27, 12] }
//! ```
pub use crate::define_list_builder_accessors;
pub use crate::define_list_builder_helper;
/// Define a list builder struct for use with [`define_list_builder_accessors`]
///
/// Generates an builder struct that can be used with derive_builder
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment