Skip to content

Add return values to Frame::with_clip() and Frame::with_save() #2274

Add return values to Frame::with_clip() and Frame::with_save()

Add return values to Frame::with_clip() and Frame::with_save() #2274

Workflow file for this run

name: Lint
on: [push, pull_request]
jobs:
all:
runs-on: macOS-latest
steps:
- uses: hecrj/setup-rust-action@v1
with:
components: clippy
- uses: actions/checkout@master
- name: Check lints
run: cargo lint