Skip to content

Use subpixel glyph positioning and layout linearity #1388

Use subpixel glyph positioning and layout linearity

Use subpixel glyph positioning and layout linearity #1388

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy --workspace --all-features --all-targets --no-deps -- -D warnings