jj/cli
Yuya Nishihara 825b6670b3 revset: move containing_fn() type alias to lib
If the return type were changed to Result<bool, _>, clippy would complain about
the type complexity.
2024-10-22 09:03:53 +09:00
..
examples revset: allow iterators to return evaluation errors 2024-10-18 17:09:35 -04:00
src revset: move containing_fn() type alias to lib 2024-10-22 09:03:53 +09:00
testing style: inline variables into format strings 2024-10-04 22:29:13 +02:00
tests templater: make "git_head" return boolean, render it as "git_head()" 2024-10-21 09:21:34 +09:00
build.rs style: inline variables into format strings 2024-10-04 22:29:13 +02:00
Cargo.toml cargo: inherit lints configuration from workspace 2024-10-04 22:29:13 +02:00
LICENSE