Skip to content

The use super::VcfRecordDosage; statement should be moved to the top of the file with the other imports (lines 1-9) for consistency with Rust style conventions. Having imports in the middle of the file can make it harder to understand dependencies at a glance. #6

@alex-sandercock

Description

@alex-sandercock

The use super::VcfRecordDosage; statement should be moved to the top of the file with the other imports (lines 1-9) for consistency with Rust style conventions. Having imports in the middle of the file can make it harder to understand dependencies at a glance.

Originally posted by @Copilot in #4 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions