Skip to content

hbwrap: from_raw_parts handling of null ptr #2937

hbwrap: from_raw_parts handling of null ptr

hbwrap: from_raw_parts handling of null ptr #2937

Workflow file for this run

name: fmt
on:
pull_request:
branches:
- main
paths:
- "**/*.rs"
- ".github/workflows/fmt.yml"
push:
branches:
- main
paths:
- "**/*.rs"
- ".github/workflows/fmt.yml"
jobs:
check-code-formatting:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: "Install Rust"
uses: dtolnay/rust-toolchain@nightly
with:
components: rustfmt
- name: Build
run: |
source $HOME/.cargo/env
cargo +nightly fmt --all -- --check