Skip to content

Remove unecessary modules in mod.rs files #313

Open
@Superhepper

Description

@Superhepper

Extra modules such as:

mod lists;
pub use self::digest_list::DigestList;
pub mod digest_list {
    pub use super::lists::digest::*;
}

Does not serve any real purpose and should be removed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    breaking changeFixing this will be a breaking changeenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions