From 928452faba58a261f78e32c5e549dfe5ad8caf16 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Wed, 25 Mar 2026 17:40:37 +0300 Subject: [PATCH] chore: enable explicit ABI for rustfmt Signed-off-by: NotAShelf Change-Id: I8886d8c13a09231ad45f0a075e1308766a6a6964 --- .rustfmt.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 9d5c77e..ec5369d 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -2,7 +2,7 @@ condense_wildcard_suffixes = true doc_comment_code_block_width = 80 edition = "2024" # Keep in sync with Cargo.toml. enum_discrim_align_threshold = 60 -force_explicit_abi = false +force_explicit_abi = true force_multiline_blocks = true format_code_in_doc_comments = true format_macro_matchers = true