Skip to content

Ord implementation #585

@mitsuhiko

Description

@mitsuhiko

This crate currently abuses Ord to get the sorting functions to work on arbitrary keys. Starting with Rust 1.81 this can/will crash the sort function. Consequently the PartialOrd and Ord implementations of the key will need to be adjusted.

See rust-lang/rust#129561

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions