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

Fix clippy error #94

Open
oxarbitrage opened this issue May 13, 2021 · 0 comments
Open

Fix clippy error #94

oxarbitrage opened this issue May 13, 2021 · 0 comments
Assignees
Labels

Comments

@oxarbitrage
Copy link
Contributor

Clippy should pass but it is failing in the current main branch.

oxarbitrage@oxarbitrage-Lenovo-ideapad-320S-14IKB:~/redjubjub/messages_impl1/test/redjubjub$ cargo clippy --all-features --all-targets
    Checking tinytemplate v1.2.1
    Checking redjubjub v0.4.0 (/home/oxarbitrage/redjubjub/messages_impl1/test/redjubjub)
error[E0554]: `#![feature]` may not be used on the stable release channel
  --> src/lib.rs:12:34
   |
12 | #![cfg_attr(feature = "nightly", feature(external_doc))]
   |                                  ^^^^^^^^^^^^^^^^^^^^^

    Checking criterion v0.3.4
error: aborting due to previous error

For more information about this error, try `rustc --explain E0554`.
error: could not compile `redjubjub`

To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
oxarbitrage@oxarbitrage-Lenovo-ideapad-320S-14IKB:~/redjubjub/messages_impl1/test/redjubjub$ 
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

4 participants