projectfluent / fluent-rs

Rust implementation of Project Fluent
https://projectfluent.org
Apache License 2.0
1.1k stars 98 forks source link

clippy: Fix some warnings. #315

Closed waywardmonkeys closed 7 months ago

alerque commented 8 months ago

It looks like Clippy has a new lint since you setup this PR. The get_first lint is valid for Rust 1.63.0 and up so this does not affect our MSRV.

waywardmonkeys commented 7 months ago

rebased forward, edited commit messages some, fixed cargo fmt, added fixes for the semicolons stuff.