Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit 0f7b3f3

Browse files
zecakehgirlbossceo
authored andcommitted
chore: Allow necessary cfg attribute
1 parent 13a5460 commit 0f7b3f3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Cargo.toml

+3
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ web-time = "1.1.0"
4343
[workspace.lints.rust]
4444
rust_2018_idioms = { level = "warn", priority = -1 }
4545
semicolon_in_expressions_from_macros = "warn"
46+
unexpected_cfgs = { level = "warn", check-cfg = [
47+
'cfg(ruma_identifiers_storage, values("Arc"))', # used by the IdZst macro
48+
] }
4649
unreachable_pub = "warn"
4750
unused_import_braces = "warn"
4851
unused_qualifications = "warn"

0 commit comments

Comments
 (0)