Closed Forsworns closed 2 years ago
Remove the #![allow(warning)] in the sentinel-rs/lib.rs and further add a CI configuration for compiler warning detection in .github/workflows/clippy.yaml.
#![allow(warning)]
.github/workflows/clippy.yaml
Remove the
#![allow(warning)]
in the sentinel-rs/lib.rs and further add a CI configuration for compiler warning detection in.github/workflows/clippy.yaml
.