gitlab_clippy 1.0.1

Convert clippy warnings into GitLab Code Quality report
Documentation
1
2
3
4
5
6
#[cfg(test)]
mod cli;

fn main() {
    println!("Use 'cargo test' to run the tests.");
}