We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678d96b commit 37a1df9Copy full SHA for 37a1df9
mithril-aggregator/src/store/adapters/dumb_adapter.rs
@@ -1,3 +1,4 @@
1
+#![allow(dead_code)]
2
use super::{Adapter, AdapterError};
3
4
// DumbAdapter stores a single value for testing purposes.
mithril-aggregator/src/store/adapters/memory_adapter.rs
use std::{collections::HashMap, hash::Hash};
0 commit comments