Skip to content

Commit 9530ff6

Browse files
committed
Skip auto formatting test_stream macro
1 parent 689f98d commit 9530ff6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/stream.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ extern crate serde_json;
1515

1616
use serde_json::{Deserializer, Value};
1717

18+
// Rustfmt issue https://github.com/rust-lang-nursery/rustfmt/issues/2740
19+
#[cfg_attr(rustfmt, rustfmt_skip)]
1820
macro_rules! test_stream {
1921
($data:expr, $ty:ty, |$stream:ident| $test:block) => {
2022
{

0 commit comments

Comments
 (0)