1 2 3 4 5 6 7 8
mod rustfmt; pub use self::rustfmt::{rustfmt, RustFmtError}; mod clippy; pub use self::clippy::{clippy, ClippyError}; mod cargo_test; pub use self::cargo_test::{cargo_test, CargoTestError};