Omit lenses for not runnable doctests

This commit is contained in:
Kirill Bulatov 2020-08-22 22:03:02 +03:00
parent e65d48d1fb
commit cdd75a699a
3 changed files with 25 additions and 5 deletions

View file

@ -32,7 +32,7 @@ pub fn ancestors_at_offset(
/// imprecise: if the cursor is strictly between two nodes of the desired type,
/// as in
///
/// ```no-run
/// ```no_run
/// struct Foo {}|struct Bar;
/// ```
///