Skip to content

Commit f0dc58e

Browse files
committed
BucketBackend is now Send + Sync (fix doc)
1 parent 9feb6ec commit f0dc58e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/backend/bucket/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ use core::{
4242
/// | Allocations | **good** |
4343
/// | Footprint | **ok** |
4444
/// | Supports `get_or_intern_static` | **yes** |
45-
/// | `Send` + `Sync` | **no** |
45+
/// | `Send` + `Sync` | **yes** |
4646
#[derive(Debug)]
4747
pub struct BucketBackend<S> {
4848
spans: Vec<InternedStr>,

0 commit comments

Comments
 (0)