Drop `ahash` dependency in favor of core's `SipHasher`
[rust-lightning] / ci / check-cfg-flags.py
index 8952b693a60d35c8b34391151d8c7a75051d719e..0b3a4d569ad6669cc285436bbaae12e0dd44dd94 100755 (executable)
@@ -13,7 +13,7 @@ def check_feature(feature):
         pass
     elif feature == "no-std":
         pass
-    elif feature == "ahash":
+    elif feature == "possiblyrandom":
         pass
     elif feature == "getrandom":
         pass