Skip to content

Std feature name #176

@dtolnay

Description

@dtolnay

From what I have seen, std is more common than use_std. It also aligns better with the optional dependency / implicit feature mechanism. If you have an optional dependency on serde, the implicit feature is called serde not use_serde.

  [features]
- use_std = []
+ std = []

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