We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40d3151 commit fdaaa7eCopy full SHA for fdaaa7e
1 file changed
crates/libtest2-mimic/src/lib.rs
@@ -24,8 +24,6 @@
24
//#![warn(clippy::print_stderr)]
25
#![warn(clippy::print_stdout)]
26
27
-pub use libtest_json::RunMode;
28
-
29
pub struct Harness {
30
raw: Vec<std::ffi::OsString>,
31
cases: Vec<Trial>,
@@ -161,10 +159,6 @@ impl<'t> TestContext<'t> {
161
159
.ignore_for(reason)
162
160
.map_err(|e| RunError { inner: e })
163
}
164
165
- pub fn current_mode(&self) -> RunMode {
166
- self.inner.current_mode()
167
- }
168
169
170
#[doc = include_str!("../README.md")]
0 commit comments