Skip to content

Make imports in errors.rs consistent#581

Merged
edmorley merged 1 commit into
mainfrom
edmorley/consistent-error-imports
Jun 16, 2026
Merged

Make imports in errors.rs consistent#581
edmorley merged 1 commit into
mainfrom
edmorley/consistent-error-imports

Conversation

@edmorley

@edmorley edmorley commented Jun 16, 2026

Copy link
Copy Markdown
Member

UvLayerError, UvDependenciesLayerError and PackageManager
were imported from the crate root, unlike the other error types here
which use their defining module.

Making this change in part to stop Claude reporting it when code
reviewing the repo for bugs/inconsistencies and other potential improvements.

GUS-W-23022354.

`UvLayerError`, `UvDependenciesLayerError` and `PackageManager`
were imported from the crate root, unlike the other error types here
which use their defining module.

Making this change in part to stop Claude reporting it when code
reviewing the repo for bugs and other potential improvements.

GUS-W-23022354.
@edmorley edmorley added the skip changelog Skip the check-changelog check label Jun 16, 2026
@edmorley edmorley self-assigned this Jun 16, 2026
@edmorley edmorley marked this pull request as ready for review June 16, 2026 12:49
@edmorley edmorley requested a review from a team as a code owner June 16, 2026 12:49
@edmorley edmorley enabled auto-merge (squash) June 16, 2026 12:49
@edmorley edmorley merged commit a48b10e into main Jun 16, 2026
9 of 10 checks passed
@edmorley edmorley deleted the edmorley/consistent-error-imports branch June 16, 2026 12:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip changelog Skip the check-changelog check

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants