marker_rustc_driver 0.5.0

Marker's lint driver for rustc
Documentation
1
2
3
4
5
6
7
8
#![allow(
    clippy::unused_self,
    reason = "`self` should be used for the `'ast` lifetime and consistency"
)]

pub mod common;
pub mod marker;
pub mod rustc;