1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +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:
Jun Wu 2020-01-20 13:55:18 -08:00
parent 118b91bdf6
commit b5c3734f3d

View File

@ -1,2 +1,4 @@
# Please keep these in alphabetical order.
# https://github.com/rust-lang/rustfmt/issues/3149
edition = "2018"
tab_spaces = 4