Check for rust doc code attributes like rustdoc does

This commit is contained in:
Lukas Wirth 2021-04-19 13:20:37 +02:00
parent 8a959497b1
commit 2f62c0117a
5 changed files with 40 additions and 45 deletions

View file

@ -1,6 +1,7 @@
//! A module with ide helpers for high-level ide features.
pub mod insert_use;
pub mod import_assets;
pub mod rust_doc;
use std::collections::VecDeque;