We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 708d205 commit 30728b1Copy full SHA for 30728b1
chain/tests/chain_test_helper.rs
@@ -11,7 +11,6 @@
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
-#![allow(dead_code)]
15
16
use self::chain::types::NoopAdapter;
17
use self::chain::types::Options;
@@ -30,6 +29,7 @@ use grin_keychain as keychain;
30
29
use std::fs;
31
use std::sync::Arc;
32
+#[allow(dead_code)]
33
#[cfg(test)]
34
pub fn clean_output_dir(dir_name: &str) {
35
let _ = fs::remove_dir_all(dir_name);
0 commit comments