We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469f96f commit 1f0302cCopy full SHA for 1f0302c
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
language: system
20
files: '\.rs$'
21
exclude: '.*/templates/.*\.rs$'
22
- entry: rustup run stable rustfmt
+ entry: rustup run stable rustfmt --edition 2018
23
24
- id: clippy
25
name: clippy
0 commit comments