diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:17:47 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-12-01 14:17:47 +0300 |
| commit | b157e34176858766738be7e6903cc188285a5aeb (patch) | |
| tree | 5a58fbb2eda53cb4c3fd131f2457fb9639285ad6 /tests/secondary_funcs.rs | |
| parent | 3fc368fbd6a818a8f9f210c995d82725d11e6e45 (diff) | |
Formatted code && fix clippy warn
Diffstat (limited to 'tests/secondary_funcs.rs')
| -rw-r--r-- | tests/secondary_funcs.rs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/secondary_funcs.rs b/tests/secondary_funcs.rs index 84034d8..566af1a 100644 --- a/tests/secondary_funcs.rs +++ b/tests/secondary_funcs.rs @@ -1,7 +1,7 @@ // use mesk::cfg::config::Config; // use toml; -/* +/* fn create_test_config(temp_dir_path: &str) -> Config { /* #[derive(Deserialize, Debug, Clone)] @@ -19,11 +19,11 @@ fn create_test_config(temp_dir_path: &str) -> Config { #[derive(Deserialize, Debug, Clone)] pub struct PathConfig { pub cache_dir: String, - ... + ... } */ let cfg = Config::default().unwrap(); assert!(toml::to_string(&cfg).is_ok()); cfg } -*/
\ No newline at end of file +*/ |
