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 d7cc3d7 commit 852ad79Copy full SHA for 852ad79
1 file changed
tests/json.rs
@@ -75,11 +75,7 @@ fn json_output() {
75
.pipe_as_ref(serde_json::from_str::<JsonData>)
76
.expect("parse stdout as JsonData")
77
.body
78
-<<<<<<< HEAD
79
.pipe(TryInto::<SampleJsonTree>::try_into)
80
-=======
81
- .pipe(TryInto::<SampleReflection>::try_into)
82
->>>>>>> master
83
.expect("extract reflection")
84
.tree
85
.pipe(sanitize_tree_reflection);
0 commit comments