mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
remove obsolete diagnostic
This commit is contained in:
parent
bce55c749a
commit
46a21b07e6
2 changed files with 0 additions and 22 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue