We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.rustfmt.toml
1 parent bcb66e6 commit 32dd561Copy full SHA for 32dd561
.github/workflows/cont_integration.yml
@@ -73,10 +73,10 @@ jobs:
73
- name: Install Rust Toolchain
74
uses: dtolnay/rust-toolchain@v1
75
with:
76
- toolchain: stable
+ toolchain: nightly
77
components: rustfmt
78
- name: Check fmt
79
- run: cargo fmt --all -- --config format_code_in_doc_comments=true,wrap_comments=true --check
+ run: cargo fmt --all --check
80
81
clippy:
82
name: Rust Clippy
.rustfmt.toml
@@ -0,0 +1,2 @@
1
+format_code_in_doc_comments=true
2
+wrap_comments=true
0 commit comments