From 2b38cad0b0f4cf9ae6360473402c1bd2710347dd Mon Sep 17 00:00:00 2001 From: alterdekim Date: Fri, 20 Sep 2024 02:59:00 +0300 Subject: [PATCH] Changes to be committed: modified: src/lib.rs --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 5748b68..a48c6e4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -47,7 +47,7 @@ pub mod android { Ok(string) => string, }; - //let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure"); + let config: ClientConfiguration = serde_yaml::from_str(cfg_raw).expect("Bad client config file structure"); //client::client_mode(config); //let output = env.new_string("gabber").expect("Couldn't create java string!");