mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-13 09:21:03 +00:00
fmt
This commit is contained in:
@@ -72,4 +72,4 @@ impl std::fmt::Display for CaseIdx {
|
||||
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|
||||
write!(f, "{}", self.0)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,13 +11,12 @@ use std::{
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
use revive_common::EVMVersion;
|
||||
use revive_dt_common::{iterators::FilesWithExtensionIterator, macros::define_wrapper_type, types::Mode};
|
||||
|
||||
use crate::{
|
||||
case::Case,
|
||||
mode::ParsedMode,
|
||||
use revive_dt_common::{
|
||||
iterators::FilesWithExtensionIterator, macros::define_wrapper_type, types::Mode,
|
||||
};
|
||||
|
||||
use crate::{case::Case, mode::ParsedMode};
|
||||
|
||||
pub const METADATA_FILE_EXTENSION: &str = "json";
|
||||
pub const SOLIDITY_CASE_FILE_EXTENSION: &str = "sol";
|
||||
pub const SOLIDITY_CASE_COMMENT_MARKER: &str = "//!";
|
||||
|
||||
@@ -1,8 +1,4 @@
|
||||
// Re-export the "format" side of our mode types from the common crate.
|
||||
pub use revive_dt_common::types::{
|
||||
Mode,
|
||||
ModeOptimizerSetting,
|
||||
ModePipeline,
|
||||
ParsedMode,
|
||||
ParseModeError
|
||||
};
|
||||
Mode, ModeOptimizerSetting, ModePipeline, ParseModeError, ParsedMode,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user