mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Check for rust doc code attributes like rustdoc does
This commit is contained in:
parent
8a959497b1
commit
2f62c0117a
5 changed files with 40 additions and 45 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue