Skip to content

Commit

Permalink
Module::function2 should not add name constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Oct 4, 2023
1 parent bcc5c90 commit 693fcd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/rune/src/module/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -971,8 +971,6 @@ impl Module {
where
F: Function<A, K>,
F::Return: MaybeTypeOf,
N: IntoIterator,
N::Item: IntoComponent,
A: FunctionArgs,
K: FunctionKind,
{
Expand Down

0 comments on commit 693fcd2

Please sign in to comment.