Skip to content

Disable new clippy lint which is buggy

John Moon requested to merge clippy-fixes into main

A new clippy lint in Rust 1.76 triggers incorrectly on certain sync functions. Disable for now until the bugs are fixed.

Merge request reports