8000 Rename IntoAtoms params to atoms · emilk/egui@17f61c3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Rename IntoAtoms params to atoms #2417

Rename IntoAtoms params to atoms

Rename IntoAtoms params to atoms #2417

Workflow file for this run

name: Cargo Machete
on: [push, pull_request]
jobs:
cargo-machete:
runs-on: ubuntu-latest
steps:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.85
- name: Machete install
run: cargo install cargo-machete --locked
- name: Checkout
uses: actions/checkout@v4
- name: Machete Check
run: cargo machete
0