Unused variable can be ignored (#2381)

* Refactored the build steps for building with cargo

* Cargo build step needs pre requisites not mentioned

* Update README.md

* unused variable can be explicity ignored

Co-authored-by: Bastian Köcher <bkchr@users.noreply.github.com>
This commit is contained in:
saki-osive
2021-02-04 17:02:12 +05:30
committed by GitHub
parent cfcde3d3b0
commit bc314c940d
+1 -1
View File
@@ -349,7 +349,7 @@ fn real_overseer<Spawner, RuntimeClient>(
_: AvailabilityConfig,
_: Arc<sc_network::NetworkService<Block, Hash>>,
_: AuthorityDiscoveryService,
request_multiplexer: (),
_request_multiplexer: (),
registry: Option<&Registry>,
spawner: Spawner,
_: IsCollator,