cloudflare / foundations

Cloudflare's Rust service foundations library.
https://blog.cloudflare.com/introducing-foundations-our-open-source-rust-service-foundation-library
BSD 3-Clause "New" or "Revised" License
1.25k stars 51 forks source link

Fix CI by temporarily allowing lint violated by darling crate #51

Closed nmldiegues closed 2 months ago

nmldiegues commented 3 months ago

The darling crate has an open issue (see https://github.com/TedDriggs/darling/issues/293 ) which, until fixed, raises a new clippy lint (as of Rust 1.79).

So we temporarily allow it so that we unblock foundations CI.