drahnr / cargo-spellcheck

Checks all your documentation for spelling and grammar mistakes with hunspell and a nlprule based checker for grammar
Apache License 2.0
314 stars 32 forks source link

Update to fd-lock 4.0.0. #305

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Update to fd-lock 4.0.0, which uses Rust's new AsFd trait introduced as part of the I/O safety feature.

This doesn't require any changes to the Rust code in cargo-spellcheck, as fs-err already has the required AsFd impls, when enabled with the "io_safety" cargo feature.

What does this PR accomplish?

drahnr commented 1 year ago

Thank you, CI will trigger Monday :)