Include decimal in generated docs.

This commit is contained in:
Stephen Chung
2021-02-21 14:26:31 +08:00
parent dd3b16403f
commit 4120e3c88e
4 changed files with 6 additions and 6 deletions

View File

@@ -437,7 +437,7 @@ mod f64_functions {
#[cfg(feature = "decimal")]
#[export_module]
mod decimal_functions {
pub mod decimal_functions {
use rust_decimal::{prelude::Zero, Decimal};
#[rhai_fn(skip, return_raw)]