Skip to content

Refactor service into multiple crates and remove #![allow(unused)] #1489

@clangenb

Description

@clangenb

Currently, the integritee service contains far too much code. And with the introduction of the link-binary feature flag, there is much code, which is unused if we don't link it. I currently, disabled the linter warning, but ideally, we should refactor the code into several crates such that we can enable the lint again and it won't complain, as in this crate it is a public function.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions