From cb21e0d0b4124ae10d0f2596ffc4b53075e08d22 Mon Sep 17 00:00:00 2001 From: ssrlive <30760636+ssrlive@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:46:22 +0800 Subject: [PATCH] android issues --- src/api.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/api.rs b/src/api.rs index 9737946..7747469 100644 --- a/src/api.rs +++ b/src/api.rs @@ -1,5 +1,3 @@ -#![cfg(not(target_os = "android"))] - use crate::{ config::Config, error::{Error, Result},