mirror of https://github.com/helix-editor/helix
One more windows fix...
parent
e863f6fe27
commit
d993c6349b
|
@ -164,6 +164,7 @@ pub mod provider {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[cfg(not(target_os = "windows"))]
|
||||||
impl Default for NopProvider {
|
impl Default for NopProvider {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Self::new()
|
Self::new()
|
||||||
|
|
Loading…
Reference in New Issue