Link is link, remove doc warning
This commit is contained in:
parent
cbc4648b3c
commit
e153468117
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@ use xso::{error::Error, AsXml, AsXmlText, FromXml, FromXmlText};
|
|||
use crate::ns;
|
||||
use std::borrow::Cow;
|
||||
|
||||
/// One type of channel-binding, as defined by the IANA:
|
||||
/// https://www.iana.org/assignments/channel-binding-types/channel-binding-types.xhtml
|
||||
/// One type of channel-binding, as [defined by the IANA](https://www.iana.org/assignments/channel-binding-types/channel-binding-types.xhtml)
|
||||
#[derive(Debug, Clone, PartialEq)]
|
||||
pub enum Type {
|
||||
/// The tls-unique channel binding.
|
||||
|
|
|
|||
Loading…
Reference in a new issue