diff options
| author | Jack O'Connor <[email protected]> | 2025-06-04 15:14:09 -0700 |
|---|---|---|
| committer | Jack O'Connor <[email protected]> | 2025-06-04 15:14:09 -0700 |
| commit | 1229986d26a0d35eadc80c8c313e0fa9da95d2bb (patch) | |
| tree | cc351903df498abca68450917d519a76ace89d39 /src | |
| parent | acf7a54fe2c0d616127fb5bc8e68156c173975cf (diff) | |
remove a comma
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ //! //! The `rayon` feature (disabled by default, but enabled for [docs.rs]) adds //! the [`update_rayon`](Hasher::update_rayon) and (in combination with `mmap` -//! below) [`update_mmap_rayon`](Hasher::update_mmap_rayon) methods, for +//! below) [`update_mmap_rayon`](Hasher::update_mmap_rayon) methods for //! multithreaded hashing. However, even if this feature is enabled, all other //! APIs remain single-threaded. //! |
