Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ trivial-copy-size-limit = 16

# END LINEBENDER LINT SET

doc-valid-idents = ["MotionMark", "WebGPU", "PostScript", ".."]
doc-valid-idents = ["MotionMark", "WebGPU", "PostScript", "ClearType", ".."]
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
run: cargo rdme --check --heading-base-level=0 --workspace-project=vello_common

- name: Run cargo rdme (vello_api)
run: cargo rdme --check --heading-base-level=0 --workspace-project=vello_api
run: cargo rdme --check --workspace-project=vello_api

clippy-stable:
name: cargo clippy
Expand Down
Loading
Loading