1
Fork 0

Removes dead code from the compiler

This commit is contained in:
mu001999 2024-08-08 08:17:55 +08:00
parent f167efad2f
commit e7f11b6913
6 changed files with 2 additions and 25 deletions

View file

@ -272,13 +272,6 @@ pub struct LoadDepGraph {
pub err: std::io::Error,
}
#[derive(Diagnostic)]
#[diag(incremental_write_dep_graph)]
pub struct WriteDepGraph<'a> {
pub path: &'a Path,
pub err: std::io::Error,
}
#[derive(Diagnostic)]
#[diag(incremental_move_dep_graph)]
pub struct MoveDepGraph<'a> {