event-listener/tests
John Nunley eb54e95aca m: Fix new nightly Clippy warnings
- Suppress warning from the cfg(loom) directive by having it emit
  "rustc-check-cfg" in build.rs
- Remove usage of legacy "std::usize" module.
- Ignore "clippy::multiple_bound_locations". We use multiple bounds as a
  workaround for an issue in pin-project-lite where only one bound can be
  assigned per location. The phrasing of pin-project-lite's README implies that
  this issue is WONTFIX. To quote:

> This library does not tackle as expansive of a range of use cases as
> pin-project does. If your use case is not already covered, please use
> pin-project.

Signed-off-by: John Nunley <dev@notgull.net>
2024-05-19 11:18:16 -07:00
..
loom.rs m: Fix new nightly Clippy warnings 2024-05-19 11:18:16 -07:00
notify.rs m: Fix new nightly Clippy warnings 2024-05-19 11:18:16 -07:00