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 52d95d7 commit 3fab8d3Copy full SHA for 3fab8d3
1 file changed
tests/one_file_system.rs
@@ -66,6 +66,7 @@ fn same_device_on_sample_workspace() {
66
.into_par_sorted(|left, right| left.name().cmp(right.name()))
67
.into_reflection()
68
.pipe(sanitize_tree_reflection);
69
+
70
let staying = DeviceBoundary::Stay
71
.pipe(build_tree)
72
0 commit comments