Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Debug to Has Query type (#12722)
# Objective Pretty minor change to add `Debug` to `Has`. This is helpful for users (Like me) who have the [`missing_debug_implementations`](https://doc.rust-lang.org/stable/nightly-rustc/rustc_lint/builtin/static.MISSING_DEBUG_IMPLEMENTATIONS.html) lint turned on. ## Solution Simple `#[derive(Debug)]` ## Changelog * Has now implemented `Debug`
- Loading branch information