Skip to content

crate uses std::items directly without a feature gate #75

Description

@souragc

This crate is marked #![no_std], but it directly references items from std (e.g. std::vec::Vec) in raw/visitor/tree_stats without any conditional compilation gate. This breaks no_std builds and prevents compilation on bare-metal or other no_std-only targets.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions