diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-19 17:07:26 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-02-19 17:07:26 +0000 |
commit | 5b617e3bf8252887a3eb1ce76d4b62cbee74e551 (patch) | |
tree | c9d87fbdfce3b14c6b75398938790d7966913f34 /crates/ra_ide_api/src | |
parent | 4142a3adc6b86834540c09babadb2b872fdd3424 (diff) | |
parent | 9738fb48a68bee087e441f09edfc56bdbd827f35 (diff) |
Merge #859
859: remove ignored macro tests r=matklad a=matklad
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_ide_api/src')
-rw-r--r-- | crates/ra_ide_api/src/mock_analysis.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_ide_api/src/mock_analysis.rs b/crates/ra_ide_api/src/mock_analysis.rs index 550d69641..cb12dd0b1 100644 --- a/crates/ra_ide_api/src/mock_analysis.rs +++ b/crates/ra_ide_api/src/mock_analysis.rs | |||
@@ -18,7 +18,7 @@ impl MockAnalysis { | |||
18 | } | 18 | } |
19 | /// Creates `MockAnalysis` using a fixture data in the following format: | 19 | /// Creates `MockAnalysis` using a fixture data in the following format: |
20 | /// | 20 | /// |
21 | /// ```rust,ignore | 21 | /// ```not_rust |
22 | /// //- /main.rs | 22 | /// //- /main.rs |
23 | /// mod foo; | 23 | /// mod foo; |
24 | /// fn main() {} | 24 | /// fn main() {} |