Skip to content

Commit 1f0302c

Browse files
committed
Fix rustfmt config
1 parent 469f96f commit 1f0302c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repos:
1919
language: system
2020
files: '\.rs$'
2121
exclude: '.*/templates/.*\.rs$'
22-
entry: rustup run stable rustfmt
22+
entry: rustup run stable rustfmt --edition 2018
2323

2424
- id: clippy
2525
name: clippy

0 commit comments

Comments
 (0)