Skip to content

Conversation

@mariocao
Copy link
Contributor

@mariocao mariocao commented Oct 2, 2018

This PR is a workaround it is not possible to #[allow(clippy)] in both beta and nightly versions.

In the nightly version, the following works

#![feature(tool_lints)]
#![allow(clippy::all)]

However, in the beta version, features are not supported and the allow does not work.

In the near future, once the nightly becomes a beta, then this workaround should be removed.

More info can be found here.

@mariocao mariocao force-pushed the travis-clippy branch 2 times, most recently from 44518fe to ce3478a Compare October 2, 2018 15:43
@aesedepece aesedepece merged commit 92dd59f into witnet:master Oct 2, 2018
@mariocao mariocao deleted the travis-clippy branch November 12, 2018 10:52
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

Successfully merging this pull request may close these issues.

2 participants