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

der_derive: fix doc typo and use a valid tag number #1184

Merged
merged 1 commit into from
Aug 5, 2023
Merged

der_derive: fix doc typo and use a valid tag number #1184

merged 1 commit into from
Aug 5, 2023

Conversation

eric-seppanen
Copy link
Contributor

Add the missing close-parenthesis.

Also change the number in the example, because 42 isn't a valid tag, and will result in a vague compile-time error if the reader pastes this example into their code.

Add the missing close-parenthesis. Also change the number in the
example, because "42" isn't a valid tag, and will result in a vague
compile-time error if the reader pastes this example into their code.
@tarcieri tarcieri merged commit 5171277 into RustCrypto:master Aug 5, 2023
111 checks passed
@tarcieri
Copy link
Member

tarcieri commented Aug 5, 2023

Thanks!

@baloo baloo mentioned this pull request Aug 7, 2023
baloo added a commit that referenced this pull request Aug 7, 2023
Changed
- fix doc typo and use a valid tag number ([#1184])
- remove proc-macro-error dependency ([#1180])

[#1180]: #1180
[#1184]: #1184
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