Skip to content

Commit 0f5c729

Browse files
committed
Re-export deprecated dict! macro
1 parent c6be825 commit 0f5c729

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

godot-core/src/builtin/mod.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ pub mod __prelude_reexport {
5050

5151
pub use super::{EulerOrder, Side, VariantOperator, VariantType};
5252
pub use crate::{array, real, reals, varray, vdict, vslice};
53+
54+
#[allow(deprecated)]
55+
pub use crate::dict;
5356
}
5457

5558
pub use __prelude_reexport::*;

0 commit comments

Comments
 (0)