Fix a link with nightly rustdoc

This commit is contained in:
Nick Mathewson 2022-05-26 15:40:39 -04:00
parent eae8e25c4b
commit b4a87687f5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
//!
//! To use this, you will need to:
//!
//! * `#[derive(Builder)]` and [`impl_standard_builder`]
//! * `#[derive(Builder)]` and use [`impl_standard_builder!`](crate::impl_standard_builder)
//! for all of your configuration structures,
//! using `#[sub_builder]` etc. sa appropriate,
//! and making your builders [`Deserialize`](serde::Deserialize).