We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9feb6ec commit f0dc58eCopy full SHA for f0dc58e
1 file changed
src/backend/bucket/mod.rs
@@ -42,7 +42,7 @@ use core::{
42
/// | Allocations | **good** |
43
/// | Footprint | **ok** |
44
/// | Supports `get_or_intern_static` | **yes** |
45
-/// | `Send` + `Sync` | **no** |
+/// | `Send` + `Sync` | **yes** |
46
#[derive(Debug)]
47
pub struct BucketBackend<S> {
48
spans: Vec<InternedStr>,
0 commit comments