Skip to content

Commit 9cf1e37

Browse files
committed
Internal Context restructuring
1 parent d4f6774 commit 9cf1e37

File tree

11 files changed

+497
-432
lines changed

11 files changed

+497
-432
lines changed

crates/rune-macros/src/function.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -372,6 +372,7 @@ impl Function {
372372
Ok(rune::__private::FunctionMetaData {
373373
kind: rune::__private::FunctionMetaKind::#meta_kind(#name, #real_fn_path)?#build_with,
374374
name: #name_string,
375+
deprecated: None,
375376
docs: &#docs[..],
376377
arguments: &#arguments[..],
377378
})

0 commit comments

Comments
 (0)