Skip to content

fix(examples): remove duplicate place_suspect signature in murdoku#234

Merged
salazarsebas merged 1 commit into
mainfrom
fix/murdoku-duplicate-fn-signature
Jun 27, 2026
Merged

fix(examples): remove duplicate place_suspect signature in murdoku#234
salazarsebas merged 1 commit into
mainfrom
fix/murdoku-duplicate-fn-signature

Conversation

@salazarsebas

Copy link
Copy Markdown
Owner

Background

examples/murdoku/src/lib.rs contained a duplicated place_suspect function signature (lines 549–550). This prevented cargo fmt --check from parsing the file and blocked CI for #220 / PR #232.

Change

Remove the stale duplicate signature line, keeping the implementation with suspect_idx.

Verification

Unblocks

Closes no issue directly; fixes a pre-existing main regression.

A duplicated function declaration in examples/murdoku/src/lib.rs prevented
cargo fmt and all CI workflows for the example from running. Remove the
stale signature line so the contract parses correctly.
@salazarsebas salazarsebas merged commit 8fb759f into main Jun 27, 2026
@salazarsebas salazarsebas deleted the fix/murdoku-duplicate-fn-signature branch June 27, 2026 18:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant