jj/cli
Yuya Nishihara 46d5555be4 cleanup: leverage trait upcasting, delete as_any*()
This patch also adds .downcast*() wrappers to prevent misuse of as &Any casting.
The compiler wouldn't help detect &Arc<T> as &Any, for example.

https://blog.rust-lang.org/2025/04/03/Rust-1.86.0/#trait-upcasting
2025-09-20 01:22:47 +00:00
..
examples cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
src cleanup: leverage trait upcasting, delete as_any*() 2025-09-20 01:22:47 +00:00
testing cli: add jj bisect run command 2025-09-04 14:30:52 +00:00
tests cli: help: remove details from short description of "gerrit upload" 2025-09-19 09:41:26 +00:00
build.rs cargo: bump MSRV to 1.88 2025-09-19 01:03:21 +00:00
Cargo.toml ui: switch to std::io::pipe() 2025-09-19 09:41:32 +00:00
docs build: fix cargo publish by symlinking cli/docs->docs 2024-11-05 17:37:14 -08:00
LICENSE cargo: add LICENSE file to each crate we publish 2023-09-22 21:48:28 -07:00