diff options
author | Aleksey Kladov <[email protected]> | 2019-11-17 15:35:05 +0000 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2019-11-17 15:35:05 +0000 |
commit | 7e2f4b30db8a0d734b3a1fc9f6ad77b2adc9aa2a (patch) | |
tree | e8cc01507c92d33b8237e39072b13bbe0ccacd33 /crates/ra_hir_def/src | |
parent | 52389657c575b7a4d87c817f9678a8d985172049 (diff) |
Disable doctests
Diffstat (limited to 'crates/ra_hir_def/src')
-rw-r--r-- | crates/ra_hir_def/src/nameres/collector.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ra_hir_def/src/nameres/collector.rs b/crates/ra_hir_def/src/nameres/collector.rs index c9ccb9023..8f426b097 100644 --- a/crates/ra_hir_def/src/nameres/collector.rs +++ b/crates/ra_hir_def/src/nameres/collector.rs | |||
@@ -165,7 +165,7 @@ where | |||
165 | /// crate::foo!(); | 165 | /// crate::foo!(); |
166 | /// ``` | 166 | /// ``` |
167 | /// | 167 | /// |
168 | /// Well, this code compiles, bacause the plain path `foo` in `use` is searched | 168 | /// Well, this code compiles, because the plain path `foo` in `use` is searched |
169 | /// in the legacy textual scope only. | 169 | /// in the legacy textual scope only. |
170 | /// ```rust | 170 | /// ```rust |
171 | /// macro_rules! foo { () => {} } | 171 | /// macro_rules! foo { () => {} } |