Fix invalid change in last commit causing compilation error
This commit is contained in:
parent
ab55390ba8
commit
9982049633
1 changed files with 1 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue