You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix slint_debug_property build: missing '!' and debug_name var needed (#10004)
* must be format!() instead of format()
* line 1192 uses a debug_name local variable, which got removed
Amends commit e11015e
("Two way binding with struct for the interpreter")
0 commit comments