diff options
author | Blaž Hrastnik | 2022-08-22 01:29:11 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-08-22 01:29:11 +0000 |
commit | d993c6349b4fdeca80c270af237b39f40a7f3d9a (patch) | |
tree | 89833278a90f72fb7048913567635f7484f68d79 | |
parent | e863f6fe2797b0b4e3cbd255789da373d6e5a5fc (diff) |
One more windows fix...
-rw-r--r-- | helix-view/src/clipboard.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-view/src/clipboard.rs b/helix-view/src/clipboard.rs index 0a9774e8..f3d94734 100644 --- a/helix-view/src/clipboard.rs +++ b/helix-view/src/clipboard.rs @@ -164,6 +164,7 @@ pub mod provider { } } + #[cfg(not(target_os = "windows"))] impl Default for NopProvider { fn default() -> Self { Self::new() |