ok/jj
1
0
Fork 0
forked from mirrors/jj
jj/lib
Yuya Nishihara efb8c5e58a revset: make filter_by_diff() accept either borrowed or owned matcher
So filter_by_diff() can also be used to evaluate file() revset.

I've never seen Borrow<T> for this sort of abstraction, but it seems a valid
use case of Borrow<T>.

https://stackoverflow.com/a/69318514
https://github.com/rust-lang/rust/blob/1.64.0/compiler/rustc_mir_dataflow/src/framework/cursor.rs#L45
2022-10-24 01:48:00 +09:00
..
src revset: make filter_by_diff() accept either borrowed or owned matcher 2022-10-24 01:48:00 +09:00
tests revset: make filter_by_diff() accept either borrowed or owned matcher 2022-10-24 01:48:00 +09:00
build.rs cleanup: remove extern crate declarations 2022-09-21 22:24:09 -07:00
Cargo.toml cargo: bump serde_json from 1.0.86 to 1.0.87 2022-10-20 09:35:30 -07:00