Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/span/src/map.rs')
| -rw-r--r-- | crates/span/src/map.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/span/src/map.rs b/crates/span/src/map.rs index 83b2413676..d14c497474 100644 --- a/crates/span/src/map.rs +++ b/crates/span/src/map.rs @@ -156,6 +156,7 @@ where } } +#[cfg(not(no_salsa_async_drops))] impl<S> Drop for SpanMap<S> { fn drop(&mut self) { struct SendPtr(*mut [()]); |