Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide_db/src/helpers.rs')
| -rw-r--r-- | crates/ide_db/src/helpers.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/ide_db/src/helpers.rs b/crates/ide_db/src/helpers.rs index 344f8db8d0..2d3d640933 100644 --- a/crates/ide_db/src/helpers.rs +++ b/crates/ide_db/src/helpers.rs @@ -7,6 +7,7 @@ pub mod merge_imports; pub mod insert_whitespace_into_node; pub mod node_ext; pub mod rust_doc; +pub mod format_string; use std::{collections::VecDeque, iter}; |