Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vext01 opened this issue Jan 30, 2024 · 0 comments
Open

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

vext01 opened this issue Jan 30, 2024 · 0 comments

Comments

@vext01
Copy link

vext01 commented Jan 30, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant