Make all features explicit (#6267)
* make all features explicit * Change to -feature suffix to with- prefix * Add newline at the end of the Cargo.toml file * Remove rhd feature * Remove some features from Cargo.toml * Remove test-helpers feature in tx pool * Return db_open_error("with-".. Co-authored-by:Bastian Köcher <bkchr@users.noreply.github.com> * Rename subdb feature to with-subdb Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com> * Remove 'strict' feature and cfg_attr * Check for with-subdb feature instead of subdb Co-authored-by:
Bastian Köcher <bkchr@users.noreply.github.com>
Showing
- substrate/client/db/Cargo.toml 3 additions, 0 deletionssubstrate/client/db/Cargo.toml
- substrate/client/db/src/lib.rs 5 additions, 5 deletionssubstrate/client/db/src/lib.rs
- substrate/client/db/src/utils.rs 10 additions, 10 deletionssubstrate/client/db/src/utils.rs
- substrate/client/executor/runtime-test/src/lib.rs 0 additions, 1 deletionsubstrate/client/executor/runtime-test/src/lib.rs
- substrate/client/service/Cargo.toml 1 addition, 1 deletionsubstrate/client/service/Cargo.toml
- substrate/client/transaction-pool/src/lib.rs 1 addition, 1 deletionsubstrate/client/transaction-pool/src/lib.rs
- substrate/utils/frame/benchmarking-cli/Cargo.toml 1 addition, 1 deletionsubstrate/utils/frame/benchmarking-cli/Cargo.toml
Please register or sign in to comment