We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1384d0 commit 9c0bdacCopy full SHA for 9c0bdac
justfile
@@ -0,0 +1,8 @@
1
+# If no sub-command is given, simply list all the available options
2
+_default:
3
+ just --list
4
+
5
+# Build the doc
6
+doc *args='':
7
+ RUSTDOCFLAGS='--cfg docsrs' cargo +nightly doc --all-features --no-deps {{args}}
8
0 commit comments