This commit is contained in:
Matthias Görgens 2025-02-14 00:08:07 +00:00 committed by GitHub
commit 6a4bedddc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -35,3 +35,6 @@ default-features = false
[profile.release]
strip = "none"
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuse)'] }