##// END OF EJS Templates
rust-cpython: inline PySharedState::leak_immutable() and PyLeaked::new()...
rust-cpython: inline PySharedState::leak_immutable() and PyLeaked::new() For the same reason as the previous patch. The unsafe stuff can be better documented if these functions are inlined.

File last commit:

r40337:b929bce4 default
r44687:f015d679 default
Show More
rustfmt.toml
3 lines | 66 B | text/plain | TOMLLexer
Georges Racinet
rust: rustfmt config for hg-direct-ffi...
r40337 max_width = 79
wrap_comments = true
error_on_line_overflow = true