Remove unused LoadResult::DecodeIncrCache variant
This commit is contained in:
@@ -270,12 +270,6 @@ pub struct LoadDepGraph {
|
||||
pub err: std::io::Error,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(incremental_decode_incr_cache)]
|
||||
pub struct DecodeIncrCache {
|
||||
pub err: String,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(incremental_write_dep_graph)]
|
||||
pub struct WriteDepGraph<'a> {
|
||||
|
||||
Reference in New Issue
Block a user