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
Would it be possible to add an option for the generated code to avoid referencing std and imports that are only in the prelude when std is linked, e.g. std::result::Result and ToString, and instead use e.g. core::result::Result and alloc::string::ToString?
The text was updated successfully, but these errors were encountered:
Would it be possible to add an option for the generated code to avoid referencing
std
and imports that are only in the prelude whenstd
is linked, e.g.std::result::Result
andToString
, and instead use e.g.core::result::Result
andalloc::string::ToString
?The text was updated successfully, but these errors were encountered: