Skip to content

Commit

Permalink
Merge pull request #29 from hmn53/update-proc-macro2
Browse files Browse the repository at this point in the history
Updated `proc-macro2` version to `1.0.67`
  • Loading branch information
mgeisler committed Sep 23, 2023
2 parents fdc4f23 + 0c5a6de commit 6f62155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ struct_field_align_threshold = 0
enum_discrim_align_threshold = 0
match_arm_blocks = true
force_multiline_blocks = true
fn_args_layout = "Tall"
fn_params_layout = "Tall"
brace_style = "PreferSameLine"
control_brace_style = "AlwaysSameLine"
trailing_semicolon = true
Expand All @@ -51,5 +51,4 @@ use_field_init_shorthand = false
force_explicit_abi = true
condense_wildcard_suffixes = true
color = "Auto"
required_version = "1.5.1"
unstable_features = true
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6f62155

Please sign in to comment.