Struct clippy::precedence::Precedence
[−]
[src]
pub struct Precedence;
pub struct Precedence;
impl LintPass for Precedenceimpl EarlyLintPass for Precedencefn check_expr(&mut self, cx: &EarlyContext, expr: &Expr)fn check_ident(&mut self, &EarlyContext, Span, Ident)fn check_crate(&mut self, &EarlyContext, &Crate)fn check_crate_post(&mut self, &EarlyContext, &Crate)fn check_mod(&mut self, &EarlyContext, &Mod, Span, u32)fn check_mod_post(&mut self, &EarlyContext, &Mod, Span, u32)fn check_foreign_item(&mut self, &EarlyContext, &ForeignItem)fn check_foreign_item_post(&mut self, &EarlyContext, &ForeignItem)fn check_item(&mut self, &EarlyContext, &Item)fn check_item_post(&mut self, &EarlyContext, &Item)fn check_local(&mut self, &EarlyContext, &Local)fn check_block(&mut self, &EarlyContext, &Block)fn check_block_post(&mut self, &EarlyContext, &Block)fn check_stmt(&mut self, &EarlyContext, &Spanned<StmtKind>)fn check_arm(&mut self, &EarlyContext, &Arm)fn check_pat(&mut self, &EarlyContext, &Pat)fn check_decl(&mut self, &EarlyContext, &Spanned<DeclKind>)fn check_expr_post(&mut self, &EarlyContext, &Expr)fn check_ty(&mut self, &EarlyContext, &Ty)fn check_generics(&mut self, &EarlyContext, &Generics)fn check_fn(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32)fn check_fn_post(&mut self, &EarlyContext, FnKind, &FnDecl, &Block, Span, u32)fn check_trait_item(&mut self, &EarlyContext, &TraitItem)fn check_trait_item_post(&mut self, &EarlyContext, &TraitItem)fn check_impl_item(&mut self, &EarlyContext, &ImplItem)fn check_impl_item_post(&mut self, &EarlyContext, &ImplItem)fn check_struct_def(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32)fn check_struct_def_post(&mut self, &EarlyContext, &VariantData, Ident, &Generics, u32)fn check_struct_field(&mut self, &EarlyContext, &Spanned<StructField_>)fn check_variant(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics)fn check_variant_post(&mut self, &EarlyContext, &Spanned<Variant_>, &Generics)fn check_lifetime(&mut self, &EarlyContext, &Lifetime)fn check_lifetime_def(&mut self, &EarlyContext, &LifetimeDef)fn check_explicit_self(&mut self, &EarlyContext, &Spanned<SelfKind>)fn check_path(&mut self, &EarlyContext, &Path, u32)fn check_path_list_item(&mut self, &EarlyContext, &Spanned<PathListItemKind>)fn check_attribute(&mut self, &EarlyContext, &Spanned<Attribute_>)fn enter_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>])fn exit_lint_attrs(&mut self, &EarlyContext, &[Spanned<Attribute_>])impl Clone for Precedencefn clone(&self) -> Precedencefn clone_from(&mut self, source: &Self)impl Copy for Precedence