match_box 0.0.0

`box` and deref patterns in "match" for stable Rust. Now you can match through `Box`, `Rc`, etc.
Documentation
1
2
3
4
5
6
7
8
9
10
format_code_in_doc_comments = true
format_macro_matchers = true
group_imports = "StdExternalCrate"
hex_literal_case = "Lower"
imports_granularity = "Module"
newline_style = "Unix"
normalize_comments = true
normalize_doc_attributes = true
use_field_init_shorthand = true
use_try_shorthand = true