Skip to content

Commit

Permalink
chore: adds missing comment for None
Browse files Browse the repository at this point in the history
  • Loading branch information
kobyhallx committed Dec 1, 2023
1 parent a365350 commit be73d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/noirc_frontend/src/hir/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ impl Context {
.collect()
}

/// Returns the [Location] of the definition of the given Ident found at [Span].
/// Returns the [Location] of the definition of the given Ident found at [Span]
/// Return [None] when definition is not found.
pub fn find_definition_location(
&self,
file: FileId,
Expand Down

0 comments on commit be73d50

Please sign in to comment.