We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c66b841 commit f0b52cbCopy full SHA for f0b52cb
1 file changed
crates/revm/tests/common.rs
@@ -12,10 +12,7 @@ use revm::{
12
pub(crate) const TESTS_TESTDATA: &str = "tests/testdata";
13
14
#[cfg(not(feature = "serde"))]
15
-pub(crate) fn compare_or_save_testdata<HaltReasonTy>(
16
- _filename: &str,
17
- _output: &ResultAndState<HaltReasonTy>,
18
-) {
+pub(crate) fn compare_or_save_testdata<I>(_filename: &str, _output: I) {
19
// serde needs to be enabled to use this function
20
}
21
0 commit comments