2016-04-16 15:42:15 -05:00
|
|
|
mod client {
|
|
|
|
impl Client {
|
|
|
|
fn test(self) -> Result<()> {
|
|
|
|
let next_state = match self.state {
|
|
|
|
State::V5(v5::State::Command(v5::coand::State::WriteVersion(ref mut response))) => {
|
|
|
|
let x = reformat.meeee();
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
let next_state = match self.state {
|
2017-11-29 02:37:56 -06:00
|
|
|
State::V5(v5::State::Command(v5::comand::State::WriteVersion(
|
|
|
|
ref mut response,
|
|
|
|
))) => {
|
2016-04-16 15:42:15 -05:00
|
|
|
// The pattern cannot be formatted in a way that the match stays
|
2017-02-19 12:57:02 -06:00
|
|
|
// within the column limit. The rewrite should therefore be
|
2016-04-16 15:42:15 -05:00
|
|
|
// skipped.
|
2017-06-15 02:26:46 -05:00
|
|
|
let x = dont.reformat.meeee();
|
2016-04-16 15:42:15 -05:00
|
|
|
}
|
|
|
|
};
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|