Skip to content

Commit b34228f

Browse files
Update crates/stdlib/src/ssl/compat.rs
Co-authored-by: fanninpm <27117322+fanninpm@users.noreply.github.com>
1 parent ea5b37a commit b34228f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/stdlib/src/ssl/compat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
// SSL error code data tables (shared with OpenSSL backend for compatibility)
1010
// These map OpenSSL error codes to human-readable strings
11-
#[allow(
11+
#[expect(
1212
clippy::duplicate_mod,
1313
reason = "This is duplicated only when running clippy. The two features are mutually exclusive"
1414
)]

0 commit comments

Comments
 (0)