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 11623ea commit be3a572Copy full SHA for be3a572
src/runner.rs
@@ -1,8 +1,6 @@
1
// Copyright (c) The Diem Core Contributors
2
// SPDX-License-Identifier: MIT OR Apache-2.0
3
4
-#![allow(clippy::integer_arithmetic)]
5
-
6
use crate::{utils, Result};
7
use camino::{Utf8Path, Utf8PathBuf};
8
use libtest_mimic::{Arguments, Trial};
0 commit comments