Apply review suggestions
This commit is contained in:
committed by
Florian Diebold
parent
15fc643e05
commit
4496e2a06a
@@ -206,7 +206,7 @@ impl SourceAnalyzer {
|
||||
}
|
||||
|
||||
pub fn module(&self) -> Option<crate::code_model::Module> {
|
||||
Some(crate::code_model::Module { id: self.resolver.module_id()? })
|
||||
Some(crate::code_model::Module { id: self.resolver.module()? })
|
||||
}
|
||||
|
||||
fn expr_id(&self, expr: &ast::Expr) -> Option<ExprId> {
|
||||
|
||||
Reference in New Issue
Block a user