Remove docsrs thing which is in wrong place?

This commit is contained in:
Ian Jackson 2022-09-27 13:10:55 +01:00
parent 9b55cc012e
commit 102a663907
1 changed files with 0 additions and 1 deletions

View File

@ -41,7 +41,6 @@ enum Inner {
/// The name has been syntax checked. /// The name has been syntax checked.
#[derive(Debug, Clone, Default, Eq, PartialEq, Hash)] #[derive(Debug, Clone, Default, Eq, PartialEq, Hash)]
#[cfg(feature = "pt-client")] #[cfg(feature = "pt-client")]
#[cfg_attr(docsrs, doc(cfg(feature = "pt-client")))]
pub struct PtTransportName(String); pub struct PtTransportName(String);
#[cfg(feature = "pt-client")] #[cfg(feature = "pt-client")]