Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/ide-db/src/syntax_helpers/format_string.rs')
-rw-r--r--crates/ide-db/src/syntax_helpers/format_string.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/crates/ide-db/src/syntax_helpers/format_string.rs b/crates/ide-db/src/syntax_helpers/format_string.rs
index 894a4b0fbb..8836167630 100644
--- a/crates/ide-db/src/syntax_helpers/format_string.rs
+++ b/crates/ide-db/src/syntax_helpers/format_string.rs
@@ -1,6 +1,7 @@
//! Tools to work with format string literals for the `format_args!` family of macros.
use syntax::{
- ast::{self, IsString}, TextRange, TextSize,
+ ast::{self, IsString},
+ TextRange, TextSize,
};
use super::node_ext::get_outer_macro_name;