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

Unknown deny attribute #48

Closed
bvssvni opened this issue Nov 26, 2015 · 1 comment
Closed

Unknown deny attribute #48

bvssvni opened this issue Nov 26, 2015 · 1 comment
Assignees
Labels

Comments

@bvssvni
Copy link
Member

bvssvni commented Nov 26, 2015

rustc 1.6.0-nightly (338cdd7e0 2015-11-24)

/Users/sven/rust/freetype-sys/src/lib.rs:5:9: 5:27 warning: unknown `deny` attribute: `raw_pointer_derive`, #[warn(unknown_lints)] on by default
/Users/sven/rust/freetype-sys/src/lib.rs:5 #![deny(raw_pointer_derive)]
                                                   ^~~~~~~~~~~~~~~~~~   Compiling time v0.1.34

/Users/sven/rust/freetype-sys/src/lib.rs:5:9: 5:27 warning: unknown `deny` attribute: `raw_pointer_derive`, #[warn(unknown_lints)] on by default
/Users/sven/rust/freetype-sys/src/lib.rs:5 #![deny(raw_pointer_derive)]
@bvssvni bvssvni added the easy label Nov 26, 2015
@zummenix
Copy link

raw_pointer_derive lint was removed by rust-lang/rust#29882

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants