Avoid some build errors

This commit is contained in:
Jay Lorch
2026-03-03 15:16:35 -08:00
parent 6ab452989f
commit c3813c8876
3 changed files with 7 additions and 3 deletions
+3
View File
@@ -208,3 +208,6 @@ doctest=false
# RUSTDOCFLAGS="--cfg docsrs" cargo +nightly doc --all-features --no-deps
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(verus_keep_ghost)'] }