1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-26 02:19:22 +02:00

implement contains_key, update, update_or (#459)

* implement contains_key, update, update_or

* docs(session): update docs for new methods

* docs(session): clarify errors

* test(session): fix doctest

---------

Co-authored-by: Rob Ede <robjtede@icloud.com>
This commit is contained in:
Keith Cirkel
2025-01-14 00:51:40 +00:00
committed by GitHub
parent 695369f02f
commit 265b213123
4 changed files with 148 additions and 3 deletions

View File

@ -43,6 +43,7 @@ update-readmes:
[group("test")]
test:
cargo {{ toolchain }} nextest run --workspace --all-features
cargo {{ toolchain }} test --doc --workspace --all-features
# Test workspace code and docs.
[group("test")]