Skip to content

Make const-fn default #153

@adamgreig

Description

@adamgreig

At the moment the cortex-m still hides const versions of some functions (especially Mutex::new()) behind the const-fn feature, but these have worked on stable Rust for some time now.

It looks like this crate does not yet follow the WG MSRV policy so I'm not really sure what the MSRV even is, but perhaps we could allow it to be 1.31 and therefore either remove the const-fn feature or make it a default.

cc rust-embedded/book#196

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions