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
First of all, thank you for the very nice tool. This is exactly what I've thought of.
I wonder if I can run a rustfmt or clippy test with each rust code snippet. If it's not possible out of the box, is there any way I can access generated .rs files?
The text was updated successfully, but these errors were encountered:
I'm only doing minimal maintenance on this project (since its original maintainer hasn't had time for it) and am not even currently using it myself. There is not currently a way to run rustfmt or clippy against it, but I'd be happy to review your PR if you want to add it (or answer your questions).
First of all, thank you for the very nice tool. This is exactly what I've thought of.
I wonder if I can run a
rustfmt
orclippy
test with each rust code snippet. If it's not possible out of the box, is there any way I can access generated.rs
files?The text was updated successfully, but these errors were encountered: