Skip to content

Commit c66d028

Browse files
authored
Empty OID crashes the cargo doumentation generation with oid feature (#470)
1 parent 99b0da3 commit c66d028

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

sha3/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ impl_turbo_shake!(
177177
TurboShake128Reader,
178178
U168,
179179
"TurboSHAKE128",
180-
"",
181180
);
182181
impl_turbo_shake!(
183182
TurboShake256Core,
@@ -186,7 +185,6 @@ impl_turbo_shake!(
186185
TurboShake256Reader,
187186
U136,
188187
"TurboSHAKE256",
189-
"",
190188
);
191189

192190
impl_cshake!(

sm3/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! An implementation of the [SM3] cryptographic hash function defined
1+
//! An implementation of the SM3 cryptographic hash function defined
22
//! in OSCCA GM/T 0004-2012.
33
//!
44
//! # Usage

0 commit comments

Comments
 (0)