Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions clippy.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Temporary mitigation for the `time` advisory flagged by Dependabot.
# We cannot take `time` 0.3.47 yet because that upgrade needs Rust 1.88, so
# until our Rust MSRV moves from 1.85 to 1.88 we ban the affected `Rfc2822`
# format description in our own code. Remove this once we can bump `time` to
# 0.3.47 or newer.
disallowed-types = ["time::format_description::well_known::Rfc2822"]