Description
Some of our doc comments have long first paragraphs, which we explicitely opt-in to allow but we still get the clippy warnings
project where this is happening:
https://github.com/zama-ai/tfhe-rs/
RUSTFLAGS="-C target-cpu=native" cargo "+nightly-2024-11-29" clippy --all-targets \
--features=x86_64-unix,boolean,shortint,integer,internal-keycache,zk-pok,strings \
-p tfhe -- --no-deps -D warnings
Version
rustc 1.85.0-nightly (a2545fd6f 2024-11-28)
binary: rustc
commit-hash: a2545fd6fc66b4323f555223a860c451885d1d2b
commit-date: 2024-11-28
host: x86_64-unknown-linux-gnu
release: 1.85.0-nightly
LLVM version: 19.1.4
Additional Labels
No response