mirror of
https://codeberg.org/unspeaker/tek.git
synced 2026-03-13 11:50:44 +01:00
use new AsRefOpt/AsMutOpt glue traits
This commit is contained in:
parent
6295f2e601
commit
ab90129f4c
7 changed files with 661 additions and 740 deletions
2
Justfile
2
Justfile
|
|
@ -2,7 +2,7 @@ export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace -Clink-arg
|
|||
export RUST_BACKTRACE := "1"
|
||||
|
||||
default +ARGS="new":
|
||||
target/debug/tek {{ARGS}}
|
||||
cargo run -- {{ARGS}}
|
||||
|
||||
doc +ARGS="":
|
||||
cargo doc --open -j4 --document-private-items {{ARGS}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue