1
0
Fork 1
mirror of https://github.com/mistricky/codesnap.nvim.git synced 2025-02-21 07:27:26 -08:00

remove unnecesary targets

This commit is contained in:
JhonnyV-V 2024-07-02 16:36:16 -04:00
parent 2a86e7adac
commit e2c655bc16

View file

@ -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() {
@ -139,7 +138,6 @@ mod test {
}
#[test]
#[cfg(target_os = "linux")]
fn check_if_folder_exist() {
if !wsl::is_wsl() {
return;