Skip to content

Commit c55f7e1

Browse files
authored
Do not build broken doc test. (#267)
This doctest cannot build successfully in recent toolchains because the function is inaccessible to it. Since it is a non-public API, not much is lost by disabling the doctest.
1 parent cc852e7 commit c55f7e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aes_hash.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ impl AHasher {
3434
///
3535
/// # Example
3636
///
37-
/// ```
37+
/// ```no_build
3838
/// use std::hash::Hasher;
3939
/// use ahash::AHasher;
4040
///

0 commit comments

Comments
 (0)