Skip to content

Commit 3be6575

Browse files
committed
clippy
1 parent 68a31dc commit 3be6575

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

hashconsing/src/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,8 +248,7 @@ mod test;
248248
/// - `$capa:expr` initial capacity when creating the consign ;
249249
/// - `$hash_builder:expr` optional hash builder, an
250250
/// implementation of [`std::hash::BuildHasher`] ;
251-
/// - `$typ:typ,` type being hashconsed (the underlying type, not the
252-
/// hashconsed one) ;
251+
/// - `$typ:typ,` type being hashconsed (the underlying type, not the hashconsed one) ;
253252
#[macro_export]
254253
macro_rules! consign {
255254
(

0 commit comments

Comments
 (0)