Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
henkkuli committed Nov 16, 2023
1 parent 7cdfd40 commit de11ccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,3 @@ jobs:
run: cargo test --features bundled -Zbuild-std --target x86_64-unknown-linux-gnu --verbose --no-run
- name: Run tests with ${{ matrix.sanitizer }} sanitizer
run: cargo test --features bundled -Zbuild-std --target x86_64-unknown-linux-gnu --verbose --no-fail-fast


2 changes: 1 addition & 1 deletion src/font_face.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl<'a> FontFace<'a> {
/// let font = FontFace::new(Blob::from_file("tests/fonts/NotoSans.ttf")?)?;
/// let processed = font.preprocess_for_subsetting();
/// for subset in subsets() {
/// //subset.subset_font(&processed)?;
/// subset.subset_font(&processed)?;
/// }
/// # Ok(())
/// # }
Expand Down

0 comments on commit de11ccf

Please sign in to comment.