Skip to content

Commit

Permalink
Internal Context restructuring
Browse files Browse the repository at this point in the history
  • Loading branch information
udoprog committed Oct 5, 2023
1 parent d4f6774 commit 9cf1e37
Show file tree
Hide file tree
Showing 11 changed files with 497 additions and 432 deletions.
1 change: 1 addition & 0 deletions crates/rune-macros/src/function.rs
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ impl Function {
Ok(rune::__private::FunctionMetaData {
kind: rune::__private::FunctionMetaKind::#meta_kind(#name, #real_fn_path)?#build_with,
name: #name_string,
deprecated: None,
docs: &#docs[..],
arguments: &#arguments[..],
})
Expand Down
Loading

0 comments on commit 9cf1e37

Please sign in to comment.