mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
Make rustfmt happy about "async move"
Without this I cannot rustfmt a file I touched later. See https://github.com/rust-lang/rustfmt/issues/3149
This commit is contained in:
parent
118b91bdf6
commit
b5c3734f3d
@ -1,2 +1,4 @@
|
||||
# Please keep these in alphabetical order.
|
||||
# https://github.com/rust-lang/rustfmt/issues/3149
|
||||
edition = "2018"
|
||||
tab_spaces = 4
|
||||
|
Loading…
Reference in New Issue
Block a user