Skip to content

Fix for Clippy HSTRING interior mutability warnings in nightly #1197

Fix for Clippy HSTRING interior mutability warnings in nightly

Fix for Clippy HSTRING interior mutability warnings in nightly #1197

Workflow file for this run

name: fmt
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Update toolchain
run: rustup update --no-self-update stable && rustup default stable
- name: Check
run: cargo fmt --all -- --check