Skip to content

Fix cargo test without --all-features#348

Closed
npmccallum wants to merge 1 commit intoRustCrypto:masterfrom
npmccallum:alltest
Closed

Fix cargo test without --all-features#348
npmccallum wants to merge 1 commit intoRustCrypto:masterfrom
npmccallum:alltest

Conversation

@npmccallum
Copy link
Copy Markdown
Contributor

Signed-off-by: Nathaniel McCallum nathaniel@profian.com

Signed-off-by: Nathaniel McCallum <nathaniel@profian.com>
@npmccallum
Copy link
Copy Markdown
Contributor Author

@carl-wallace Would you care to review this PR?

Comment on lines 75 to +76
#[cfg(feature = "pem")]
#[cfg(feature = "fingerprint")]
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Normally we put these on a single line ala:

Suggested change
#[cfg(feature = "pem")]
#[cfg(feature = "fingerprint")]
#[cfg(all(feature = "pem", feature = "fingerprint"))]

@tarcieri
Copy link
Copy Markdown
Member

It'd be good to update the CI config to capture this failure too

@npmccallum
Copy link
Copy Markdown
Contributor Author

This PR was superseded by #364.

@npmccallum npmccallum closed this Jan 31, 2022
@npmccallum npmccallum deleted the alltest branch March 10, 2022 20:46
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