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 would be nice if emacs did 'folding' to hide the bodies of test functions. Tests are very convenient to write inline, and it's great to put tests as close to the functions they test as possible, but having tests littered everywhere makes reading the code later not as fun.
The text was updated successfully, but these errors were encountered:
I am not sure it is a good idea to have this part of the mode itself, it is a very uncommon/specific feature for a language mode imho, but you can probably achieve this using folding-mode or something similar (I am told it is really easy to setup).
Don’t print `Preparing a sysroot` when `-q`/`--quiet` is passed
Resolvesrust-lang#3530.
This also fixes a typo in `cargo miri --help` that I found while trying to run the `--print-sysroot` example.
It would be nice if emacs did 'folding' to hide the bodies of test functions. Tests are very convenient to write inline, and it's great to put tests as close to the functions they test as possible, but having tests littered everywhere makes reading the code later not as fun.
The text was updated successfully, but these errors were encountered: