modprog-test-crate 0.2.0

crate to test automatic release from github
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
condense_wildcard_suffixes = true
format_code_in_doc_comments = true
format_macro_matchers = true
format_strings = true
hex_literal_case = "Upper"
imports_granularity = "Module"
normalize_comments = true
normalize_doc_attributes = true
overflow_delimited_expr = true
reorder_impl_items = true
group_imports = "StdExternalCrate"
unstable_features = true
use_field_init_shorthand = true
version = "Two"
wrap_comments = true
single_line_let_else_max_width=80