mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
fix code duplication
This commit is contained in:
parent
3ca76c2039
commit
a0c978cd0c
4 changed files with 55 additions and 68 deletions
|
@ -14,6 +14,7 @@ mod test_utils;
|
|||
mod join_lines;
|
||||
mod typing;
|
||||
mod diagnostics;
|
||||
pub(crate) mod formatting;
|
||||
|
||||
pub use self::{
|
||||
assists::LocalEdit,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue