Skip to content

Commit

Permalink
single match and edit to scripy
Browse files Browse the repository at this point in the history
  • Loading branch information
asibahi committed Oct 25, 2024
1 parent 77ed397 commit 1d2fda6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/gen-vowel-constraints.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def __str__(self, index=0, depth=4):

print('// WARNING: this file was generated by scripts/gen-vowel-constraints.py')
print()
print('#![allow(clippy::single_match)]')
print()
print('use super::buffer::hb_buffer_t;')
print('use super::ot_layout::*;')
print('use super::script;')
Expand Down
2 changes: 2 additions & 0 deletions src/hb/ot_shaper_vowel_constraints.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// WARNING: this file was generated by scripts/gen-vowel-constraints.py

#![allow(clippy::single_match)]

use super::buffer::hb_buffer_t;
use super::ot_layout::*;
use super::script;
Expand Down

0 comments on commit 1d2fda6

Please sign in to comment.