Skip to content

Commit

Permalink
fix doc err
Browse files Browse the repository at this point in the history
  • Loading branch information
He1pa committed Aug 15, 2022
1 parent cc5079c commit bfec27a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kclvm/sema/src/resolver/lint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,6 @@ macro_rules! impl_lint_pass {
}

/// Call the `check_*` method of each lintpass in CombinedLintLass.check_*.
///
/// ```ignore
/// fn check_ident(&mut self, handler: &mut Handler, ctx: &mut LintContext, id: &ast::Identifier, ){
/// self.LintPassA.check_ident(handler, ctx, id);
Expand Down

0 comments on commit bfec27a

Please sign in to comment.