##// END OF EJS Templates
rust-index: don't use mutable borrow for head-diff computation...
rust-index: don't use mutable borrow for head-diff computation It does not needs to mutate the index. This is one of the two suspects of RuntimeError being thrown during push.

File last commit:

r51283:b88e9c70 default
r52359:a43a6d4b stable
Show More
clippy.toml
1 line | 16 B | application/toml | TOMLLexer
Georges Racinet
rust: configure MSRV in Clippy...
r51283 msrv = "1.61.0"