Skip to content

Commit

Permalink
Fix semver id (#734)
Browse files Browse the repository at this point in the history
Fix semver id to make sure no duplicates exist
  • Loading branch information
pksunkara authored Apr 3, 2024
1 parent 61904f6 commit 924b4ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lints/exported_function_changed_abi.ron
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SemverQuery(
id: "function_changed_export_name",
id: "exported_function_changed_abi",
human_readable_name: "exported function changed ABI",
description: "A function marked `#[no_mangle]` or assigned an explicit `#[export_name]` changed its external ABI.",
required_update: Major,
Expand Down

0 comments on commit 924b4ca

Please sign in to comment.