chore: enable explicit ABI for rustfmt
Some checks are pending
Rust / Test on aarch64-unknown-linux-gnu (push) Waiting to run
Rust / Test on x86_64-unknown-linux-gnu (push) Waiting to run

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I8886d8c13a09231ad45f0a075e1308766a6a6964
This commit is contained in:
raf 2026-03-25 17:40:37 +03:00
commit 928452faba
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF

View file

@ -2,7 +2,7 @@ condense_wildcard_suffixes = true
doc_comment_code_block_width = 80 doc_comment_code_block_width = 80
edition = "2024" # Keep in sync with Cargo.toml. edition = "2024" # Keep in sync with Cargo.toml.
enum_discrim_align_threshold = 60 enum_discrim_align_threshold = 60
force_explicit_abi = false force_explicit_abi = true
force_multiline_blocks = true force_multiline_blocks = true
format_code_in_doc_comments = true format_code_in_doc_comments = true
format_macro_matchers = true format_macro_matchers = true