This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
target
/
configs
History
Seiichi Uchida
0204dcbd98
Update tests
2018-06-05 19:58:21 +09:00
..
blank_lines_lower_bound
…
brace_style
…
combine_control_expr
…
comment_width
…
condense_wildcard_suffixes
…
control_brace_style
…
disable_all_formatting
…
empty_item_single_line
…
error_on_line_overflow
…
error_on_unformatted
…
fn_args_density
…
fn_single_line
…
force_explicit_abi
…
force_multiline_block
…
format_strings
…
hard_tabs
…
imports_indent
…
imports_layout
Update tests
2018-06-05 19:58:21 +09:00
indent_style
Update tests to use the absolute position for small parent heuristic
2018-05-08 06:23:14 +09:00
match_arm_blocks
…
match_block_trailing_comma
…
merge_derives
…
normalize_comments
…
remove_nested_parens
add config test
2018-05-06 09:23:45 +08:00
reorder_impl_items
…
reorder_imports
…
reorder_modules
…
skip_children
…
space_before_colon
…
spaces_around_ranges
…
struct_field_align_threshold
Update uses of
rustfmt_skip
to
rustfmt::skip
2018-05-14 16:25:10 +12:00
struct_lit_single_line
…
tab_spaces
…
trailing_comma
…
trailing_semicolon
…
type_punctuation_density
…
use_field_init_shorthand
Update uses of
rustfmt_skip
to
rustfmt::skip
2018-05-14 16:25:10 +12:00
use_try_shorthand
…
where_single_line
fix tests
2018-05-31 18:34:06 +08:00
wrap_comments
…