forked from NationTech/harmony
Clippy is now added to the `check` in the pipeline Co-authored-by: Ian Letourneau <letourneau.ian@gmail.com> Reviewed-on: NationTech/harmony#96
5 lines
96 B
Rust
5 lines
96 B
Rust
pub mod helm;
|
|
#[allow(clippy::module_inception)]
|
|
pub mod prometheus;
|
|
pub mod prometheus_config;
|