Skip to content
This repository was archived by the owner on Jun 20, 2026. It is now read-only.
This repository was archived by the owner on Jun 20, 2026. It is now read-only.

Add and resolve clippy lints to prevent unwrap and expect functions #139

Description

@quexeky

Could also potentially include preventing panic!(), although there may be some use for panic!() still:

#![deny(
    clippy::unwrap_used,
    clippy::expect_used,
    clippy::panic
)]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Fields

    No fields configured for Task.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions