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
#326 fix: add missing alloc imports for no_std compatibility (#327)
Add missing imports from alloc crate when std feature is disabled:
- String in builder.rs (lines 126, 416)
- Box in introspection.rs (line 238)
- ToString in display.rs (line 391)
Also add CI check for no_std builds to prevent future regressions.
Fixes#326
0 commit comments