Skip to content
This repository was archived by the owner on May 20, 2024. It is now read-only.

Commit 3cc9aac

Browse files
committed
Format with rustfmt 1.4.38-nightly
1 parent 1ac2ed0 commit 3cc9aac

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/main.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,7 @@ where
302302
feature = "lib-rustc-serialize",
303303
any(feature = "stringify-dom", feature = "stringify-struct")
304304
))]
305-
fn rustc_serialize_stringify<W, T>(
306-
writer: W,
307-
value: &T,
308-
) -> rustc_serialize::json::EncodeResult<()>
305+
fn rustc_serialize_stringify<W, T>(writer: W, value: &T) -> rustc_serialize::json::EncodeResult<()>
309306
where
310307
W: Write,
311308
T: ?Sized + rustc_serialize::Encodable,

0 commit comments

Comments
 (0)