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 8beea63 commit 136db80Copy full SHA for 136db80
crates/divan_compat/divan_fork/Cargo.toml
@@ -43,3 +43,6 @@ dyn_thread_local = []
43
44
# Benchmark internals. Not meant for public use.
45
internal_benches = []
46
+
47
+[lib]
48
+doctest = false # Disable doctests for the fork
crates/divan_compat/divan_fork/tests/entry_properties.rs
@@ -82,6 +82,7 @@ fn module_path() {
82
assert_eq!(find_inner_group().module_path, inner_path);
83
}
84
85
+#[ignore = "changed within the fork"]
86
#[test]
87
fn line() {
88
assert_eq!(find_outer().location.line, 8);
0 commit comments