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 crate::ns;
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
|
|
||||||
/// One type of channel-binding, as defined by the IANA:
|
/// One type of channel-binding, as [defined by the IANA](https://www.iana.org/assignments/channel-binding-types/channel-binding-types.xhtml)
|
||||||
/// https://www.iana.org/assignments/channel-binding-types/channel-binding-types.xhtml
|
|
||||||
#[derive(Debug, Clone, PartialEq)]
|
#[derive(Debug, Clone, PartialEq)]
|
||||||
pub enum Type {
|
pub enum Type {
|
||||||
/// The tls-unique channel binding.
|
/// The tls-unique channel binding.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue