Reformat using the new identifier sorting from rustfmt
This commit is contained in:
parent
1173204b36
commit
c682aa162b
1455 changed files with 7152 additions and 8384 deletions
|
@ -1,11 +1,11 @@
|
|||
use rustc_data_structures::sync::{IntoDynSyncSend, Lrc};
|
||||
use rustc_error_messages::fluent_bundle::resolver::errors::{ReferenceKind, ResolverError};
|
||||
use rustc_error_messages::{langid, DiagMessage};
|
||||
use rustc_error_messages::{DiagMessage, langid};
|
||||
|
||||
use crate::FluentBundle;
|
||||
use crate::error::{TranslateError, TranslateErrorKind};
|
||||
use crate::fluent_bundle::*;
|
||||
use crate::translation::Translate;
|
||||
use crate::FluentBundle;
|
||||
|
||||
struct Dummy {
|
||||
bundle: FluentBundle,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue