Re-add docs for clipboard

This commit is contained in:
Kai Mast 2022-01-27 11:28:55 -06:00 committed by Héctor Ramón Jiménez
parent 908259663d
commit beebf25c5f
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -3,7 +3,8 @@ pub use iced_native::clipboard::Action;
use crate::command::{self, Command};
#[allow(missing_docs)]
/// A buffer for short-term storage and transfer within and between
/// applications.
#[allow(missing_debug_implementations)]
pub struct Clipboard {
state: State,