diff --git a/src/mime.rs b/src/mime.rs index 7013ee4..f413845 100644 --- a/src/mime.rs +++ b/src/mime.rs @@ -97,7 +97,7 @@ impl MimeType { /// /// `find_allowed()` searches for mime type clipboard supports, if we have a /// match, returns `Some(MimeType)`, otherwise `None`. - pub fn find_allowed( + pub(crate) fn find_allowed( offered_mime_types: &[String], allowed_mime_types: &[Self], ) -> Option {