##// END OF EJS Templates
rust-cpython: make sure PySharedRef::borrow_mut() never panics...
rust-cpython: make sure PySharedRef::borrow_mut() never panics Since it returns a Result, it shouldn't panic depending on where the borrowing fails. PySharedRef::borrow_mut() will be renamed to try_borrow_mut() by the next patch.
Yuya Nishihara -
r44650:4a4c3b9f default
Show More
Name Size Modified Last Commit Author
/ rust / hg-core / src
dirstate
revlog
utils
ancestors.rs Loading ...
dagops.rs Loading ...
dirstate.rs Loading ...
discovery.rs Loading ...
filepatterns.rs Loading ...
lib.rs Loading ...
matchers.rs Loading ...
revlog.rs Loading ...
testing.rs Loading ...
utils.rs Loading ...