Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ops): use qualified borrow in op macro (denoland#15769)
Fix denoland#15764 Use RefCell::borrow instead of state.borrow to avoid clash with std::borrow::Borrow
- Loading branch information