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 332edf8 commit 9046a40Copy full SHA for 9046a40
drink/src/session/mock.rs
@@ -39,6 +39,7 @@ impl MockRegistry {
39
}
40
41
/// Returns the mock for `address`, if any.
42
+ #[allow(dead_code)] // FIXME: Remove when mocking extension is replaced
43
pub fn get(&self, address: &H160) -> Option<&ContractMock> {
44
self.mocked_contracts.get(address)
45
0 commit comments