feat: add rust-toolchain.toml

This commit is contained in:
zooeywm 2024-07-14 02:40:39 +08:00
parent 2cf722ed48
commit 38ced33fa1
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "nightly"

View file

@ -10,7 +10,7 @@ format_macro_bodies = true
format_strings = false
hard_tabs = true
hex_literal_case = "Lower"
hide_parse_errors = true
show_parse_errors = false
imports_indent = "Visual"
imports_layout = "Horizontal"
imports_granularity = "Crate"