mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-16 02:31:03 +00:00
Format comments
This commit is contained in:
@@ -71,9 +71,8 @@ pub struct Metadata {
|
|||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub file_path: Option<PathBuf>,
|
pub file_path: Option<PathBuf>,
|
||||||
|
|
||||||
/// This field specifies an EVM version requirement that the test case has
|
/// This field specifies an EVM version requirement that the test case has where the test might
|
||||||
/// where the test might be run of the evm version of the nodes match the
|
/// be run of the evm version of the nodes match the evm version specified here.
|
||||||
/// evm version specified here.
|
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub required_evm_version: Option<EvmVersionRequirement>,
|
pub required_evm_version: Option<EvmVersionRequirement>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user