diff options
Diffstat (limited to 'crates/ra_cargo_watch')
-rw-r--r-- | crates/ra_cargo_watch/src/conv/test.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/ra_cargo_watch/src/conv/test.rs b/crates/ra_cargo_watch/src/conv/test.rs index 69a07be11..6817245c2 100644 --- a/crates/ra_cargo_watch/src/conv/test.rs +++ b/crates/ra_cargo_watch/src/conv/test.rs | |||
@@ -1,3 +1,5 @@ | |||
1 | //! This module contains the large and verbose snapshot tests for the | ||
2 | //! conversions between `cargo check` json and LSP diagnostics. | ||
1 | use crate::*; | 3 | use crate::*; |
2 | 4 | ||
3 | fn parse_diagnostic(val: &str) -> cargo_metadata::diagnostic::Diagnostic { | 5 | fn parse_diagnostic(val: &str) -> cargo_metadata::diagnostic::Diagnostic { |