Remove incorrect implementation of DataStoreReadOps
#14167
build+test.yml
on: pull_request
rustfmt
13s
check
1m 34s
test
26m 15s
clippy
1m 35s
web-client
3m 44s
web-client-lib
3m 47s
reconnect-test
11m 32s
Annotations
1 warning
unused variable: `key`:
consensus/src/consensus/remote_data_store.rs#L305
warning: unused variable: `key`
--> consensus/src/consensus/remote_data_store.rs:305:35
|
305 | fn get<T: Deserialize>(&self, key: &KeyNibbles) -> Option<T> {
| ^^^ help: if this is intentional, prefix it with an underscore: `_key`
|
= note: `#[warn(unused_variables)]` on by default
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
reconnect-test-logs
|
288 KB |
|