We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68a31dc commit 3be6575Copy full SHA for 3be6575
1 file changed
hashconsing/src/lib.rs
@@ -248,8 +248,7 @@ mod test;
248
/// - `$capa:expr` initial capacity when creating the consign ;
249
/// - `$hash_builder:expr` optional hash builder, an
250
/// implementation of [`std::hash::BuildHasher`] ;
251
-/// - `$typ:typ,` type being hashconsed (the underlying type, not the
252
-/// hashconsed one) ;
+/// - `$typ:typ,` type being hashconsed (the underlying type, not the hashconsed one) ;
253
#[macro_export]
254
macro_rules! consign {
255
(
0 commit comments