Skip to content

Commit

Permalink
remove unnecesary targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnyV-V committed Jul 2, 2024
1 parent 2a86e7a commit e2c655b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generator/src/copy.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ mod test {
use super::copy_to_wsl_clipboard;

#[test]
#[cfg(target_os = "linux")]
fn copy_to_wsl_test() -> std::result::Result<(), nvim_oxi::Error> {

if !wsl::is_wsl() {
Expand All @@ -139,7 +138,6 @@ mod test {
}

#[test]
#[cfg(target_os = "linux")]
fn check_if_folder_exist() {
if !wsl::is_wsl() {
return;
Expand Down

0 comments on commit e2c655b

Please sign in to comment.