> Note: One needs to fix a bug that cargo clippy --fix introduces since > it replaces nth(0) with next() in event_buffers.rs and introduces a > unconditional recursion. This seems to be a known false-positive: https://github.com/rust-lang/rust-clippy/issues/9820 - Erik