Avoid implementing Debug for QueryConfig
This commit is contained in:
parent
3fd7c4a17d
commit
3b26d71e04
4 changed files with 14 additions and 5 deletions
|
@ -462,7 +462,7 @@ macro_rules! define_queries {
|
|||
use std::marker::PhantomData;
|
||||
|
||||
$(
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
#[derive(Copy, Clone)]
|
||||
pub struct $name<'tcx> {
|
||||
data: PhantomData<&'tcx ()>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue