This website requires JavaScript.
Explore
Help
Sign In
langfingaz
/
anki
Watch
1
Star
0
Fork
0
You've already forked anki
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
b103e09a5e
anki
/
cargo
/
format
/
rust-toolchain.toml
5 lines
88 B
TOML
Raw
Normal View
History
Unescape
Escape
Use Rust nightly for formatting (#2348) * Support specifying a working dir to a build command * Use nightly for formatting * Pass valid TERM in from environment Rustfmt depends on a valid setting, and not just the var to be non-empty. * Wrap comment
2023-01-25 14:35:53 +01:00
[
toolchain
]
Update nightly formatter Rustfmt is now capable of formatting let Some(..) else {} blocks
2023-09-02 08:13:03 +02:00
channel
=
"nightly-2023-09-02"
Use Rust nightly for formatting (#2348) * Support specifying a working dir to a build command * Use nightly for formatting * Pass valid TERM in from environment Rustfmt depends on a valid setting, and not just the var to be non-empty. * Wrap comment
2023-01-25 14:35:53 +01:00
profile
=
"minimal"
components
=
[
"rustfmt"
]
Reference in New Issue
Copy Permalink