Finish move of query.rs

This commit is contained in:
John Kåre Alsaker 2023-05-16 01:53:21 +02:00
parent d169581ea7
commit 54b582a0e8
16 changed files with 29 additions and 33 deletions

View file

@ -95,7 +95,6 @@ pub mod middle;
pub mod mir;
pub mod thir;
pub mod traits;
#[macro_use]
pub mod ty;
pub mod util;
mod values;