chore: force explicit ABI in rustfmt
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3cba9aa27b26c89403f82211d7dd0c476a6a6964
This commit is contained in:
parent
c6697e7c6f
commit
1accc202bc
2 changed files with 7 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,12 @@ name = "test-plugin"
|
||||||
version = "1.0.0"
|
version = "1.0.0"
|
||||||
api_version = "1.0"
|
api_version = "1.0"
|
||||||
description = "Test fixture plugin for integration tests"
|
description = "Test fixture plugin for integration tests"
|
||||||
kind = ["media_type", "metadata_extractor", "thumbnail_generator", "event_handler"]
|
kind = [
|
||||||
|
"media_type",
|
||||||
|
"metadata_extractor",
|
||||||
|
"thumbnail_generator",
|
||||||
|
"event_handler",
|
||||||
|
]
|
||||||
priority = 50
|
priority = 50
|
||||||
|
|
||||||
[plugin.binary]
|
[plugin.binary]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue