Skip to content

Commit

Permalink
Merge branch 'main' into tt-hint-tests2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfrg committed Mar 22, 2024
2 parents e922781 + 657d08e commit 84e565b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions font-codegen/src/parsing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ pub(crate) struct SinceVersion {
/// ```
#[derive(Clone, Debug)]
pub(crate) enum Count {
// the field isn't used, but it's nice to hold onto if we want to print errors
// in the future
#[allow(dead_code)]
All(syn::token::DotDot),
SingleArg(CountArg),
Complicated {
Expand Down
1 change: 1 addition & 0 deletions skrifa/src/color/traversal_tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@ fn colrv1_traversal_test(
let mut file = OpenOptions::new()
.write(true)
.create(true)
.truncate(true)
.open(dumpfile_path)
.unwrap();

Expand Down

0 comments on commit 84e565b

Please sign in to comment.