mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
7d072fa8fb
Use BorrowFlag instead of explicit isize The integer type tracking borrow count has a typedef called `BorrowFlag`. This type should be used instead of explicit `isize`.