From 7a2be7b4b0225d56f1bf17c8e3f9819778c63e6e Mon Sep 17 00:00:00 2001 From: Lachezar Lechev Date: Tue, 29 Oct 2024 15:35:42 +0200 Subject: [PATCH] fix: rustfmt and Cargo.lock Signed-off-by: Lachezar Lechev --- Cargo.lock | 2 +- stremio-core-kotlin/src/commonMain/rust/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 40aeefb..a95c827 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2438,7 +2438,7 @@ dependencies = [ ] [[package]] -name = "stremio-core-android" +name = "stremio-core-kotlin" version = "1.2.6" dependencies = [ "Inflector", diff --git a/stremio-core-kotlin/src/commonMain/rust/lib.rs b/stremio-core-kotlin/src/commonMain/rust/lib.rs index d2f69f8..cba989a 100644 --- a/stremio-core-kotlin/src/commonMain/rust/lib.rs +++ b/stremio-core-kotlin/src/commonMain/rust/lib.rs @@ -40,7 +40,6 @@ pub mod model { // model is only available when the feature is enabled // because of the `AndroidEnv` impl mod model; - } #[allow(clippy::all)] /// Protobuf generated module