Remove `#[macro_use]` annotation from `mod service` in all nodes. (#2456)
This PR removes `#[macro_use]` from the service module in each of the
Substrate nodes in the repo.
* Parachain Template
* Polkadot Parachain
* Minimal Node
* Node Template
* Kitchen Sink Node
IDK why this annotation was present, maybe from when we had the
`new_partial!` macro?
---------
Co-authored-by:
Joshy Orndorff <git-user-email.h0ly5@simplelogin.com>
Showing
- cumulus/parachain-template/node/src/main.rs 1 addition, 2 deletionscumulus/parachain-template/node/src/main.rs
- cumulus/polkadot-parachain/src/main.rs 1 addition, 2 deletionscumulus/polkadot-parachain/src/main.rs
- substrate/bin/minimal/node/src/main.rs 1 addition, 2 deletionssubstrate/bin/minimal/node/src/main.rs
- substrate/bin/node-template/node/src/main.rs 2 additions, 3 deletionssubstrate/bin/node-template/node/src/main.rs
- substrate/bin/node/cli/src/lib.rs 2 additions, 4 deletionssubstrate/bin/node/cli/src/lib.rs
Please register or sign in to comment