Fix invalid change in last commit causing compilation error

This commit is contained in:
timvisee 2019-05-02 17:01:49 +02:00
parent ab55390ba8
commit 9982049633
No known key found for this signature in database
GPG key ID: B8DB720BC383E172

View file

@ -572,13 +572,7 @@ impl ClipboardType {
}
}
#[cfg(any(
target_os = "linux",
target_os = "freebsd",
target_os = "dragonfly",
target_os = "openbsd",
target_os = "netbsd",
))]
#[cfg(feature = "clipboard")]
impl fmt::Display for ClipboardType {
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
match self {