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:
parent
2a86e7adac
commit
e2c655bc16
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue