Skip to content

Commit

Permalink
Put back comment
Browse files Browse the repository at this point in the history
  • Loading branch information
asterite committed Dec 23, 2024
1 parent f6e2d0f commit eb304cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/noirc_frontend/src/hir_def/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ pub enum FunctionBody {

impl FuncMeta {
/// A stub function does not have a body. This includes Builtin, LowLevel,
/// and Oracle functions.
/// and Oracle functions in addition to method declarations within a trait
/// without a body.
///
/// We don't check the return type of these functions since it will always have
/// an empty body, and we don't check for unused parameters.
Expand Down

0 comments on commit eb304cd

Please sign in to comment.