Skip to content

plus sign on unsigned integers #445

@ModProg

Description

@ModProg

I don't see a reason why + should only be allowed on signed integers.

Currently this fails:

    assert_eq!(
        std::u64::MAX,
        from_str("+19").unwrap()
    );

Metadata

Metadata

Assignees

No one assigned

    Labels

    easyAn issue that's easy to implementgood first issuePerfect for new contributors

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions