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 dfe3824 commit ff58836Copy full SHA for ff58836
crates/ra_cargo_watch/src/conv/test.rs
@@ -1,7 +1,9 @@
1
//! This module contains the large and verbose snapshot tests for the
2
//! conversions between `cargo check` json and LSP diagnostics.
3
+#[cfg(not(windows))]
4
use crate::*;
5
6
7
fn parse_diagnostic(val: &str) -> cargo_metadata::diagnostic::Diagnostic {
8
serde_json::from_str::<cargo_metadata::diagnostic::Diagnostic>(val).unwrap()
9
}
0 commit comments