Removes dead code from the compiler
This commit is contained in:
parent
f167efad2f
commit
e7f11b6913
6 changed files with 2 additions and 25 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue