Skip to content

Commit

Permalink
Update compiler/noirc_frontend/src/elaborator/mod.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Ary Borenszweig <[email protected]>
  • Loading branch information
jfecher and asterite authored Jan 10, 2025
1 parent e54010c commit 7e94173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/noirc_frontend/src/elaborator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ impl<'context> Elaborator<'context> {
}

/// Expands any traits in a where clause to mention all associated types if they were
/// ellided by the user. See `add_missing_named_generics` for more detail.
/// elided by the user. See `add_missing_named_generics` for more detail.
///
/// Returns all newly created generics to be added to this function/trait/impl.
fn desugar_trait_constraints(
Expand Down

0 comments on commit 7e94173

Please sign in to comment.