Skip to content

Reduced the lifetime from 'static to 'a for the on_change function of NumberInput #929

Reduced the lifetime from 'static to 'a for the on_change function of NumberInput

Reduced the lifetime from 'static to 'a for the on_change function of NumberInput #929

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