Fix an unrelated missing cfg_attr.

This commit is contained in:
Nick Mathewson 2023-03-07 07:40:08 -05:00
parent fc31bf4e25
commit fe6e7e52e3
1 changed files with 1 additions and 0 deletions

View File

@ -302,6 +302,7 @@ pub(crate) mod test_config {
/// Testing configuration, with public fields
#[derive(Default, derive_more::AsRef)]
#[allow(clippy::exhaustive_structs)]
#[cfg_attr(docsrs, doc(cfg(feature = "testing")))]
pub struct TestConfig {
///
pub path_rules: PathConfig,