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
It is a bit misleading to have a main.rs with a fn main , which lets Rust believe the git repo can be installed as a binary, but it does nothing.
It shouldnt be too hard to fill in this function with a simple routine to load Cargo.toml from the current directory, apply whatever formatting routines are at alpha quality, and write it back out to disk or stdout.
The text was updated successfully, but these errors were encountered:
It is a bit misleading to have a
main.rs
with afn main
, which lets Rust believe the git repo can be installed as a binary, but it does nothing.It shouldnt be too hard to fill in this function with a simple routine to load
Cargo.toml
from the current directory, apply whatever formatting routines are at alpha quality, and write it back out to disk or stdout.The text was updated successfully, but these errors were encountered: