Skip to content

Change return type for get_base to *const () #6

Change return type for get_base to *const ()

Change return type for get_base to *const () #6

Workflow file for this run

name: Rust Clippy
on:
push:
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: rustup update nightly && rustup default nightly
- run: rustup component add clippy
- name: Run clippy
run: cargo clippy --all-features