ctc-oss / fapolicy-analyzer

Tools to assist with the configuration and management of fapolicyd.
https://ctc-oss.github.io/fapolicy-analyzer
GNU General Public License v3.0
12 stars 5 forks source link

Update Rust to 1.66.1 #893

Closed jw3 closed 1 year ago

jw3 commented 1 year ago

Update Rust and address clippy findings

Clippy failing on pyo3 generated functions with borrow_deref_ref https://github.com/rust-lang/rust-clippy/issues/8971. Disabling checking on pyo3 for now until better solution is available.

Closes #884