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 2f4eee5 commit c80c8cfCopy full SHA for c80c8cf
.github/workflows/ci.yml
@@ -37,4 +37,4 @@ jobs:
37
steps:
38
- uses: actions/checkout@v2
39
- name: Verify regenerated files
40
- run: ./scripts/unicode.py && diff tables.rs src/tables.rs
+ run: ./scripts/unicode.py && rustfmt tables.rs && diff tables.rs src/tables.rs
0 commit comments