Factory docs shorten link

This commit is contained in:
AF 2023-07-30 12:19:51 +00:00
parent 9688a6ced0
commit 45f554fbad

View File

@ -116,7 +116,9 @@ pub trait FactoryParse<'a, Ctx: Context<'a>>: FactoryBase<'a, Ctx> {
} }
/// Trait representing deserialisation rules for [Mentionable]s. /// Trait representing deserialisation rules for [Mentionable]s.
/// Crucial for [`crate::rstd::typeless`]. /// Crucial for [typeless]ness.
///
/// [typeless]: crate::rstd::typeless
pub trait Factory<'a, Ctx: Context<'a>>: pub trait Factory<'a, Ctx: Context<'a>>:
FactoryParse<'a, Ctx, Mtbl = Self::_Mtbl> + ParseMode FactoryParse<'a, Ctx, Mtbl = Self::_Mtbl> + ParseMode
{ {