mirror of
https://github.com/servo/servo.git
synced 2025-08-01 03:30:33 +01:00
This method returned the result of `RefCell<T>.try_borrow().is_some()`. But it meant whether the state **is not** BorrowState::Writing. This wrong is introduced by [1], Before it revision, this method had returned whether the state is BorrowState::Writing or not. This doesn't change callers of this method because git blames ([3], [4]) says that the caller is introduced by [2] and [2] is introduced before [1]. [1]: |
||
---|---|---|
.. | ||
codegen | ||
callback.rs | ||
cell.rs | ||
conversions.rs | ||
error.rs | ||
global.rs | ||
js.rs | ||
mod.rs | ||
proxyhandler.rs | ||
refcounted.rs | ||
str.rs | ||
structuredclone.rs | ||
trace.rs | ||
utils.rs |