Remove markdown module from rust-analyzer crate

This commit is contained in:
Lukas Wirth 2023-09-02 17:20:37 +02:00
parent 8eddc64f86
commit 81f0108067
7 changed files with 188 additions and 187 deletions

View file

@ -1,3 +1,4 @@
//! Documentation attribute related utilties.
use either::Either;
use hir::{
db::{DefDatabase, HirDatabase},