Link is link, remove doc warning

This commit is contained in:
xmppftw xmppftw 2024-08-11 18:46:24 +02:00 • committed by Jonas Schäfer
commit e153468117

View file

@ -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.