Don't use unstable rustfmt options
This commit is contained in:
parent
6fa05a1a6f
commit
cb5f8ffc39
@ -1,4 +1,3 @@
|
||||
match_block_trailing_comma = true
|
||||
max_width = 80
|
||||
newline_style = "Unix"
|
||||
reorder_imports = true
|
||||
|
@ -239,7 +239,7 @@ where
|
||||
key: value.serialize(key_serializer)?,
|
||||
};
|
||||
Ok(())
|
||||
},
|
||||
}
|
||||
PairState::WaitingForValue { key } => {
|
||||
let result = {
|
||||
let value_sink = ValueSink::new(self.urlencoder, &key);
|
||||
@ -252,7 +252,7 @@ where
|
||||
self.state = PairState::WaitingForValue { key };
|
||||
}
|
||||
result
|
||||
},
|
||||
}
|
||||
PairState::Done => Err(Error::done()),
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user