Closed SnirkImmington closed 6 years ago
While debugging code from integration-tests, I noticed that there was an unused pass struct which was not being run in the pipeline. In order to help remedy this, I am removing the
integration-tests
pipeline
#![allow(dead_code, unused_imports)]
from the top of lib.rs.
lib.rs
While debugging code from
integration-tests
, I noticed that there was an unused pass struct which was not being run in thepipeline
. In order to help remedy this, I am removing thefrom the top of
lib.rs
.