From d993c6349b4fdeca80c270af237b39f40a7f3d9a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bla=C5=BE=20Hrastnik?= <blaz@mxxn.io>
Date: Mon, 22 Aug 2022 10:29:11 +0900
Subject: [PATCH] One more windows fix...

---
 helix-view/src/clipboard.rs | 1 +
 1 file changed, 1 insertion(+)

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()