Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Borrow instead of consuming in
EventReader::clear
(#6851)
The PR fixes the interface of `EventReader::clear`. Currently, the method consumes the reader, which makes it unusable. ## Changelog - `EventReader::clear` now takes a mutable reference instead of consuming the event reader.
- Loading branch information