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

This sequence needs to be repeated in each project. #144

Open
recmo opened this issue Sep 23, 2019 · 1 comment
Open

This sequence needs to be repeated in each project. #144

recmo opened this issue Sep 23, 2019 · 1 comment
Assignees
Labels
invalid This doesn't seem right

Comments

@recmo
Copy link
Contributor

recmo commented Sep 23, 2019

On 2019-09-11 @recmo wrote in b91e68e:

This sequence needs to be repeated in each project.
See rust-lang/cargo#5034
For clippy lints see: https://rust-lang.github.io/rust-clippy/master
For rustc lints see: https://doc.rust-lang.org/rustc/lints/index.html

// HACK: This sequence needs to be repeated in each project.
//       See https://github.com/rust-lang/cargo/issues/5034
// For clippy lints see: https://rust-lang.github.io/rust-clippy/master
// For rustc lints see: https://doc.rust-lang.org/rustc/lints/index.html
#![cfg_attr(not(feature = "std"), no_std)]
#![forbid(unsafe_code)]
#![warn(
    // Enable sets of warnings
    clippy::all,

From lints.rs:1

@recmo recmo added invalid This doesn't seem right tracker Issues generated from source comments labels Sep 23, 2019
@recmo recmo self-assigned this Sep 23, 2019
@recmo recmo removed the tracker Issues generated from source comments label Sep 23, 2019
@recmo
Copy link
Contributor Author

recmo commented Sep 23, 2019

Removing this from automatic tracking because it would show up everywhere.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant