pub trait LintStoreExpand {
    fn pre_expansion_lint(
        &self,
        sess: &Session,
        registered_tools: &FxHashSet<Ident>,
        node_id: NodeId,
        attrs: &[Attribute],
        items: &[P<Item>],
        name: &str
    ); }

Required Methods

Implementors