Slight changes

This commit is contained in:
Louis Dureuil 2024-11-21 16:47:33 +01:00
parent 61d0615253
commit 221e547e86
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -241,6 +241,7 @@ impl<'extractor> BalancedCaches<'extractor> {
}
}
/// SAFETY: No Thread-Local inside
unsafe impl MostlySend for BalancedCaches<'_> {}
struct NormalCaches<'extractor> {