X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=ci%2Fcheck-cfg-flags.py;fp=ci%2Fcheck-cfg-flags.py;h=d6e8e0a90feff9862aaaccbe56271673d25b834d;hb=e64342afab9c5aed1ed3592fcc2e2f3a38fac101;hp=277ae1077baad7052fe379f1f8cb5cb1e1ff6f41;hpb=e594021052e251659e33c0f5e82c7ec2b9e99c18;p=rust-lightning diff --git a/ci/check-cfg-flags.py b/ci/check-cfg-flags.py index 277ae107..d6e8e0a9 100755 --- a/ci/check-cfg-flags.py +++ b/ci/check-cfg-flags.py @@ -13,6 +13,8 @@ def check_feature(feature): pass elif feature == "no-std": pass + elif feature == "ahash": + pass elif feature == "hashbrown": pass elif feature == "backtrace":