Don't use Box<Arc<_>> and Arc::into_inner unnecessarily

This commit is contained in:
Ian Douglas Scott 2025-01-03 13:16:13 -08:00 committed by Ashley Wulber
parent fde0689def
commit bd6c04d809
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820

View file

@ -1,6 +1,6 @@
//! Access the clipboard.
use std::{any::Any, sync::Arc};
use std::any::Any;
use dnd::{DndAction, DndDestinationRectangle, DndSurface};
use mime::{self, AllowedMimeTypes, AsMimeTypes, ClipboardStoreData};