From cdd75a699aaa9dbf971a8c6b0d59b36c5b6b49e6 Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Sat, 22 Aug 2020 22:03:02 +0300 Subject: Omit lenses for not runnable doctests --- crates/ide/src/completion.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ide/src/completion.rs') 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::{ /// already present, it should give all possible variants for the identifier at /// the caret. In other words, for /// -/// ```no-run +/// ```no_run /// fn f() { /// let foo = 92; /// let _ = bar<|> -- cgit v1.2.3