pub trait LintPassObject: Sized { }

Implementations on Foreign Types§

source§

impl LintPassObject for Box<dyn EarlyLintPass + 'static>

source§

impl LintPassObject for Box<dyn LateLintPass<'_> + '_>

Implementors§