Skip to content

Commit

Permalink
Fixed a compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
awelc committed Mar 16, 2024
1 parent 4dc4d83 commit 10fedc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions external-crates/move/crates/move-analyzer/src/symbols.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1982,6 +1982,7 @@ impl<'a> ParsingSymbolicator<'a> {
}
T::Multiple(v) => v.iter().for_each(|t| self.type_symbols(t)),
T::Unit => (),
T::UnresolvedError => (),
}
}

Expand Down

0 comments on commit 10fedc7

Please sign in to comment.