-
Notifications
You must be signed in to change notification settings - Fork 973
Closed
Labels
S-duplicateStatus: duplicate of another issue or PRStatus: duplicate of another issue or PR
Description
Here a case where rustfmt doesn't do anything. I tried to simplify to the maximum the use case. If you remove (almost) any character, rustfmt does its job.
fn main() {
n()
.ser(a
.app(
default().limieeeeeeeeeeeeeeeeet().error_handler(|err, req| {
error!("Invalid model req ", "error" => err.to_string());
}
)
)
)
}Tested with the latest nightly: rustfmt 1.4.12-nightly (9f53665 2020-02-10)
Metadata
Metadata
Assignees
Labels
S-duplicateStatus: duplicate of another issue or PRStatus: duplicate of another issue or PR