diff options
author | Emil Lauridsen <[email protected]> | 2019-12-27 10:57:00 +0000 |
---|---|---|
committer | Emil Lauridsen <[email protected]> | 2019-12-27 10:57:00 +0000 |
commit | 59837c75f44f4b1b6a09e8db7e59a7bbd78d074a (patch) | |
tree | ff1b6972fb7f7af728131bdb7f812b5e0e121874 /crates/ra_cargo_watch | |
parent | 4d33835a34b4ccdfc4ea34b8f3f8ff61d092a543 (diff) |
Add doc comment to module
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 { |