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 6240ddf commit 0dd2510Copy full SHA for 0dd2510
crates/snapbox/src/harness.rs
@@ -34,6 +34,8 @@
34
//! }
35
//! ```
36
37
+#![allow(deprecated)]
38
+
39
use crate::data::DataFormat;
40
use crate::Action;
41
@@ -45,6 +47,7 @@ use libtest_mimic::Trial;
45
47
/// [`Cargo and rustupes?cargo-and-rustups
46
48
///
49
/// See [`harness`][crate::harness] for more details
50
+#[deprecated(since = "0.5.12", note = "Replaced with `tryfn` crate")]
51
pub struct Harness<S, T> {
52
root: std::path::PathBuf,
53
overrides: Option<ignore::overrides::Override>,
0 commit comments