remove obsolete diagnostic

This commit is contained in:
Aleksey Kladov 2019-03-23 16:31:11 +03:00
parent bce55c749a
commit 46a21b07e6
2 changed files with 0 additions and 22 deletions

View file

@ -98,7 +98,6 @@ pub enum ModuleSource {
#[derive(Clone, Debug, Hash, PartialEq, Eq)]
pub enum Problem {
UnresolvedModule { candidate: RelativePathBuf },
NotDirOwner { move_to: RelativePathBuf, candidate: RelativePathBuf },
}
impl Module {