Update configurable.rs

This commit is contained in:
ControlCplusControlV 2022-03-10 13:00:38 -07:00 committed by GitHub
parent 76d05b57cc
commit ea9a9de708
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -179,7 +179,6 @@ impl ArtifactOutput for ConfigurableArtifacts {
self.additional_files.write_extras(contract, file) self.additional_files.write_extras(contract, file)
} }
fn contract_to_artifact(&self, _file: &str, _name: &str, contract: Contract) -> Self::Artifact { fn contract_to_artifact(&self, _file: &str, _name: &str, contract: Contract) -> Self::Artifact {
let mut artifact_userdoc = None; let mut artifact_userdoc = None;
let mut artifact_devdoc = None; let mut artifact_devdoc = None;