bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

Move lint defs to Cargo.toml #500

Closed hannesdejager closed 8 months ago

hannesdejager commented 8 months ago

Since Rust 1.74.0 lint configuration can be specified in the Cargo.toml file.

I've now done this and also enable lints on workspace level to ensure we don't miss things.