hyperledger-iroha / iroha

Iroha - A simple, enterprise-grade decentralized ledger
https://wiki.hyperledger.org/display/iroha
Apache License 2.0
438 stars 280 forks source link

Unexpected feature flags #4993

Closed nxsaken closed 2 weeks ago

nxsaken commented 2 months ago

Since updating to Rust 1.80.0, which checks cfgs at compile-time, I've been noticing warnings about unexpected feature flags all over the project:

0x009922 commented 2 weeks ago

There are also warnings about #![cfg(not(coverage))] in UI tests.