Skip to content

Fix incorrect link to project in badge #12

Fix incorrect link to project in badge

Fix incorrect link to project in badge #12

Workflow file for this run

on: [push, pull_request]
name: Rustdoc on nightly toolchain
jobs:
rustdoc:
runs-on: ubuntu-latest
env:
RUSTDOCFLAGS: "-D warnings"
CARGO_UNSTABLE_SPARSE_REGISTRY: true
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@nightly
- name: Check Rust documentation
run: cargo +nightly doc --document-private-items