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
After looking into it a bit more, I don't think we can do much about it since there is no macro to just check if a file was modified without including its content... So unless someone has a better idea, I'll just close this issue.
Currently, code like:
generates:
It duplicates the content of the file instead of just doing
write!("<script>{}</script>", include_str!("theme.js"));
.Planning to send a fix for this "soon".
The text was updated successfully, but these errors were encountered: