Skip to content

Handle new unexpected_cfgs warnings #1198

Handle new unexpected_cfgs warnings

Handle new unexpected_cfgs warnings #1198

Workflow file for this run

name: docs
on:
pull_request:
push:
paths-ignore:
- '.github/ISSUE_TEMPLATE/**'
branches:
- master
env:
RUSTFLAGS: -Dwarnings
jobs:
windows:
name: windows
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows
windows-sys:
name: windows-sys
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Check
run: cargo doc --no-deps -p windows-sys