Skip to content

Commit

Permalink
Remove broken unused intra-doc links (#6168)
Browse files Browse the repository at this point in the history
Looks like rustc started checking these as well
  • Loading branch information
Manishearth authored Feb 20, 2025
1 parent 612ebbd commit b3aba39
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,7 @@ use core::ops::RangeInclusive;
/// assert_eq!(input, result);
/// ```
///
/// [`AST`]: super::ast
/// [`resolver`]: super::rules::resolver
/// [`PluralOperands`]: super::PluralOperands
/// [`PluralCategory`]: super::PluralCategory
/// [`Rule`]: super::rules::ast::Rule
/// [`Samples`]: super::rules::ast::Samples
/// [`Condition`]: super::rules::ast::Condition
/// [`parse_condition`]: parse_condition()
/// [`AST`]: crate::provider::rules::reference::ast
pub fn serialize(rule: &ast::Rule, w: &mut impl fmt::Write) -> fmt::Result {
serialize_condition(&rule.condition, w)?;
if let Some(samples) = &rule.samples {
Expand Down

0 comments on commit b3aba39

Please sign in to comment.