⬆️ Update MoonBit Version to v0.9.2 and Fix warns

This commit is contained in:
Nanaloveyuki
2026-05-20 07:55:14 +08:00
parent 78423384ea
commit 91096a9e0d
7 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -137,7 +137,7 @@ pub fn default_style_tag_registry() -> StyleTagRegistry {
.set_tag("u", underline=true)
}
let global_style_tag_registry_ref : Ref[StyleTagRegistry] = Ref::new(style_tag_registry())
let global_style_tag_registry_ref : Ref[StyleTagRegistry] = Ref(style_tag_registry())
pub fn global_style_tag_registry() -> StyleTagRegistry {
global_style_tag_registry_ref.val