Skip to content

Replacing f32 by iced::Padding and iced::Pixels when possible #666

Replacing f32 by iced::Padding and iced::Pixels when possible

Replacing f32 by iced::Padding and iced::Pixels when possible #666

Workflow file for this run

name: Clippy
on: [push, pull_request]
jobs:
all:
runs-on: ubuntu-latest
steps:
- uses: hecrj/setup-rust-action@v2
with:
rust-version: stable
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo clippy