Skip to content

extern crate dance appears to not be required any more? #60

@vext01

Description

@vext01

The docs ask you to add this:

#[macro_use]
extern crate static_assertions;

However, when I did this, the compiler gave:

warning: unused `#[macro_use]` import
  --> ykrt/src/lib.rs:11:1
   |
11 | #[macro_use]
   | ^^^^^^^^^^^^
   |
   = note: `#[warn(unused_imports)]` on by default

It seems to work just fine without.

I'm using:

rustc 1.75.0-nightly (1c05d50c8 2023-10-21)

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