mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 11:41:04 +00:00
Specify edition 2021 in .rustfmt.yml (#760)
This PR is mainly to fix the error `[E0670]: async fn is not permitted in the 2015 edition` when using Vim along with rust-analyzer, it also removes an unused dependency from parachain-template. Ref: https://github.com/rust-analyzer/rust-analyzer/issues/1959
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
# Basic
|
||||
edition = "2021"
|
||||
hard_tabs = true
|
||||
max_width = 100
|
||||
use_small_heuristics = "Max"
|
||||
|
||||
Reference in New Issue
Block a user