aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoringSSL Robot <178796648329-compute@developer.gserviceaccount.com>2024-08-02 20:53:41 +0000
committerBoringSSL Robot <178796648329-compute@developer.gserviceaccount.com>2024-08-02 20:53:41 +0000
commit23f852ce174c1982c71c24d7d55b2e6d0a34df50 (patch)
tree6e049b35ad4df251ee392beb61d721f9cf0cfa53
parent656981211cece5506cac6a0655a379578c8025ae (diff)
parente23fe9b6eecc10e4f9ea1f0027fea5eaee7bd6b6 (diff)
downloadboringssl-23f852ce174c1982c71c24d7d55b2e6d0a34df50.zip
boringssl-23f852ce174c1982c71c24d7d55b2e6d0a34df50.tar.gz
boringssl-23f852ce174c1982c71c24d7d55b2e6d0a34df50.tar.bz2
update main-with-bazel from master branchmain-with-bazel
-rw-r--r--src/rust/bssl-sys/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rust/bssl-sys/Cargo.toml b/src/rust/bssl-sys/Cargo.toml
index 76087e5..7e863da 100644
--- a/src/rust/bssl-sys/Cargo.toml
+++ b/src/rust/bssl-sys/Cargo.toml
@@ -9,3 +9,6 @@ license = "ISC"
# This exists to workaround a limitation in cargo:
# https://github.com/rust-lang/cargo/issues/3544
links = "bssl"
+
+[lints.rust]
+unexpected_cfgs = { level = "warn", check-cfg = ['cfg(unsupported_inline_wrappers)', 'cfg(soong)'] }