use new AsRefOpt/AsMutOpt glue traits

This commit is contained in:
okay stopped screaming 2026-02-23 22:49:20 +02:00
parent 6295f2e601
commit ab90129f4c
7 changed files with 661 additions and 740 deletions

View file

@ -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}}