Skip to content

Commit be3a572

Browse files
committed
fix clippy warning
This was relevant when this crate was part of diem, but is no longer relevant.
1 parent 11623ea commit be3a572

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/runner.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
// Copyright (c) The Diem Core Contributors
22
// SPDX-License-Identifier: MIT OR Apache-2.0
33

4-
#![allow(clippy::integer_arithmetic)]
5-
64
use crate::{utils, Result};
75
use camino::{Utf8Path, Utf8PathBuf};
86
use libtest_mimic::{Arguments, Trial};

0 commit comments

Comments
 (0)