Skip to content

Commit 185e7ca

Browse files
committed
Fix formatting tidy issues
1 parent b838dd7 commit 185e7ca

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

library/proc_macro/src/bridge/symbol.rs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111
1212
use std::cell::RefCell;
1313
use std::num::NonZero;
14-
use std::str;
15-
use std::fmt;
14+
use std::{fmt, str};
1615

1716
// Explicit import to avoid macro namespace collision.
18-
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+
};
1920

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

0 commit comments

Comments
 (0)