Skip to content

Commit c88a7f1

Browse files
Voultaphertraviscross
authored andcommitted
Fix formatting tidy issues
1 parent d92b120 commit c88a7f1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

library/proc_macro/src/bridge/symbol.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ use std::num::NonZero;
1414
use std::fmt;
1515

1616
// Explicit import to avoid macro namespace collision.
17-
use super::{arena, client, DecodeMut, Encode, fxhash, Mark, Marked, Reader, server, Unmark, Writer};
17+
use super::{
18+
DecodeMut, Encode, Mark, Marked, Reader, Unmark, Writer, arena, client, fxhash, server,
19+
};
1820

1921
/// Handle for a symbol string stored within the Interner.
2022
#[derive(Copy, Clone, PartialEq, Eq, Hash)]

0 commit comments

Comments
 (0)