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 87ad8eb commit 55bb2b2Copy full SHA for 55bb2b2
crates/compilers/src/compilers/solc/compiler.rs
@@ -130,7 +130,6 @@ impl Solc {
130
if !cfg!(debug_assertions) {
131
return;
132
}
133
- assert_eq!(self.version_short(), self.version);
134
if let Ok(v) = Self::version_with_args(&self.solc, &self.extra_args) {
135
assert_eq!(v.major, self.version.major);
136
assert_eq!(v.minor, self.version.minor);
0 commit comments