mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-17 21:41:03 +00:00
solidity: update custom warnings and version validation (#193)
This commit is contained in:
@@ -103,7 +103,7 @@ fn main_inner() -> anyhow::Result<()> {
|
||||
let mut solc = {
|
||||
#[cfg(target_os = "emscripten")]
|
||||
{
|
||||
revive_solidity::SoljsonCompiler { version: None }
|
||||
revive_solidity::SoljsonCompiler
|
||||
}
|
||||
|
||||
#[cfg(not(target_os = "emscripten"))]
|
||||
|
||||
Reference in New Issue
Block a user