diff options
Diffstat (limited to 'rust/syn/drops.rs')
| -rw-r--r-- | rust/syn/drops.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rust/syn/drops.rs b/rust/syn/drops.rs index c54308f02c13..2c4ae333dad8 100644 --- a/rust/syn/drops.rs +++ b/rust/syn/drops.rs @@ -1,3 +1,5 @@ +// SPDX-License-Identifier: Apache-2.0 OR MIT + use std::iter; use std::mem::ManuallyDrop; use std::ops::{Deref, DerefMut}; |
