misc/cargo-d

Sun, 11 May 2025 02:03:45 -0500

author
Tuomo Valkonen <tuomov@iki.fi>
date
Sun, 11 May 2025 02:03:45 -0500
branch
dev
changeset 128
f75bf34adda0
parent 14
f5b9f4bf25a7
permissions
-rwxr-xr-x

Switch from Cow to MyCow for DifferentiableImpl to avoid Clone trait bound

14
f5b9f4bf25a7 cargo-d alias generation with a cargo-d script
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
1 #!/bin/sh
f5b9f4bf25a7 cargo-d alias generation with a cargo-d script
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
2 RUSTDOCFLAGS="--html-in-header misc/katex-header.html" cargo d --no-deps "$@"
f5b9f4bf25a7 cargo-d alias generation with a cargo-d script
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
3
f5b9f4bf25a7 cargo-d alias generation with a cargo-d script
Tuomo Valkonen <tuomov@iki.fi>
parents:
diff changeset
4

mercurial