rust-latest 1.3.0

A CLI tool to determine the latest version of the Rust toolchain.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
required_version = "1.2.2"
condense_wildcard_suffixes = true
edition = "2018"
format_doc_comments = true
format_macro_matchers = true
format_strings = true
imports_layout = "HorizontalVertical"
match_block_trailing_comma = true
max_width = 80
merge_imports = true
normalize_doc_attributes = true
use_field_init_shorthand = true
use_try_shorthand = true
wrap_comments = true