rhaiscript / rhai

Rhai - An embedded scripting language for Rust.
https://crates.io/crates/rhai
Apache License 2.0
3.77k stars 178 forks source link

Replace update_fn_comments with get_fn_metadata_mut. #853

Closed schungx closed 6 months ago

schungx commented 6 months ago

update_fn_comments is replaced by the potentially more useful get_fn_metadata_mut which allows changing other fields in FuncMetadata.