mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
Formatting
This commit is contained in:
parent
c660a5ce34
commit
8a92910f97
3 changed files with 19 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue