Skip to content

Track live callers of SocketPath::into_inner or remove the method #101

Description

@coderabbitai

Background

SocketPath::into_inner in src/engine/connection/mod.rs carries #[expect(dead_code, reason = "public API for completeness; callers may need owned String")] but has no tracked callers. The project's custom lint-integrity check requires all #[expect] attributes to reference a tracking issue.

Required action

Either:

  • Add at least one call site in the codebase and remove the #[expect], or
  • Confirm the method is aspirational surface and retain the attribute with a link to this issue.

References

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions