Skip to content

Commit 928452f

Browse files
committed
chore: enable explicit ABI for rustfmt
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I8886d8c13a09231ad45f0a075e1308766a6a6964
1 parent b4d3b92 commit 928452f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.rustfmt.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ condense_wildcard_suffixes = true
22
doc_comment_code_block_width = 80
33
edition = "2024" # Keep in sync with Cargo.toml.
44
enum_discrim_align_threshold = 60
5-
force_explicit_abi = false
5+
force_explicit_abi = true
66
force_multiline_blocks = true
77
format_code_in_doc_comments = true
88
format_macro_matchers = true

0 commit comments

Comments
 (0)