We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5c1de2 commit 7dea7f7Copy full SHA for 7dea7f7
.github/workflows/ci.yml
@@ -59,6 +59,10 @@ jobs:
59
run: just doc
60
env:
61
RUSTDOCFLAGS: -Dwarnings
62
+ - name: Build Docs
63
+ run: just doc xterm-color
64
+ env:
65
+ RUSTDOCFLAGS: -Dwarnings
66
lint:
67
runs-on: ubuntu-latest
68
name: Lint
Justfile
@@ -20,8 +20,8 @@ check-no-default-features:
20
check-unsupported:
21
RUSTFLAGS='--cfg terminal_colorsaurus_test_unsupported -Dwarnings' cargo clippy --workspace
22
23
-doc:
24
- cargo +nightly docs-rs -p terminal-colorsaurus
+doc name="terminal-colorsaurus":
+ cargo +nightly docs-rs -p {{name}}
25
26
update-locked-deps:
27
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile
0 commit comments