Skip to content

style: cargo fmt src-tauri (import order in is_dataless) - #17

Closed
ykamendrovskiy wants to merge 1 commit into
resure:mainfrom
ykamendrovskiy:fmt-src-tauri
Closed

style: cargo fmt src-tauri (import order in is_dataless)#17
ykamendrovskiy wants to merge 1 commit into
resure:mainfrom
ykamendrovskiy:fmt-src-tauri

Conversation

@ykamendrovskiy

Copy link
Copy Markdown
Contributor

main's rust job currently fails at the cargo fmt --check gate — the two #[cfg]-gated MetadataExt imports in is_dataless sit in the wrong order — which also keeps cargo test (the resolve_within containment suite) and clippy from running at all on pushes and PRs.

Formatting only, no code changes: the imports are mutually exclusive per target, so the compiled code is identical on both platforms.

(Prepared inside #15, but your merge beat the push by a couple of minutes.)

🤖 Generated with Claude Code

Formatting only, no code changes: the two cfg-gated MetadataExt imports
are mutually exclusive per target, so the compiled code is identical on
both platforms. Unblocks the rust CI job, which currently dies at the
fmt gate before cargo test (the resolve_within containment suite) and
clippy get to run.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@ykamendrovskiy

ykamendrovskiy commented Aug 12, 2026

Copy link
Copy Markdown
Contributor Author

Closing as superseded — the same fmt fix landed on main folded into #16's squash (5a6b276, "style: cargo fmt src-tauri"), which merged minutes before I opened this, so this branch no longer changes anything.

@ykamendrovskiy
ykamendrovskiy deleted the fmt-src-tauri branch August 12, 2026 09:59
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