]> git.lizzy.rs Git - rust.git/commit
Merge #5845
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>
Mon, 24 Aug 2020 11:08:11 +0000 (11:08 +0000)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 11:08:11 +0000 (11:08 +0000)
commit150e3843b0f84e74c0476954b03e23b16631d5c8
tree656752d1b26ec8d5b3319cf4bc88947fee9888c6
parentb00702b738ced5218916658aecdb1d105f38e788
parentcdd75a699aaa9dbf971a8c6b0d59b36c5b6b49e6
Merge #5845

5845: Omit lenses for not runnable doctests r=matklad a=SomeoneToIgnore

Ideally, we should properly parse the doctest attributes before, but since I need it for the code lens only, this way should suffice for now

Co-authored-by: Kirill Bulatov <mail4score@gmail.com>