Skip to content

Commit

Permalink
BucketBackend is now Send + Sync (fix doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Jul 18, 2020
1 parent 9feb6ec commit f0dc58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/bucket/mod.rs
Expand Up @@ -42,7 +42,7 @@ use core::{
/// | Allocations | **good** |
/// | Footprint | **ok** |
/// | Supports `get_or_intern_static` | **yes** |
/// | `Send` + `Sync` | **no** |
/// | `Send` + `Sync` | **yes** |
#[derive(Debug)]
pub struct BucketBackend<S> {
spans: Vec<InternedStr>,
Expand Down

0 comments on commit f0dc58e

Please sign in to comment.