aboutsummaryrefslogtreecommitdiff
path: root/crates/ide/src/completion.rs
diff options
context:
space:
mode:
authorKirill Bulatov <[email protected]>2020-08-22 20:03:02 +0100
committerKirill Bulatov <[email protected]>2020-08-22 20:03:02 +0100
commitcdd75a699aaa9dbf971a8c6b0d59b36c5b6b49e6 (patch)
tree8e587c224f83c6046eb5d0afc0bd209362fc94c0 /crates/ide/src/completion.rs
parente65d48d1fb3d4d91d9dc1148a7a836ff5c9a3c87 (diff)
Omit lenses for not runnable doctests
Diffstat (limited to 'crates/ide/src/completion.rs')
-rw-r--r--crates/ide/src/completion.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/ide/src/completion.rs b/crates/ide/src/completion.rs
index 25e580d80..33bed6991 100644
--- a/crates/ide/src/completion.rs
+++ b/crates/ide/src/completion.rs
@@ -92,7 +92,7 @@ pub use crate::completion::{
92/// already present, it should give all possible variants for the identifier at 92/// already present, it should give all possible variants for the identifier at
93/// the caret. In other words, for 93/// the caret. In other words, for
94/// 94///
95/// ```no-run 95/// ```no_run
96/// fn f() { 96/// fn f() {
97/// let foo = 92; 97/// let foo = 92;
98/// let _ = bar<|> 98/// let _ = bar<|>