diff options
| author | Namilskyy <alive6863@gmail.com> | 2025-11-30 17:16:54 +0300 |
|---|---|---|
| committer | Namilskyy <alive6863@gmail.com> | 2025-11-30 17:16:54 +0300 |
| commit | f8b9506be25332f8772fca44c1cf7106caeea3fe (patch) | |
| tree | bb41c99ef61bc0c426aed880186d9bfa3447da62 /src/cfg | |
| parent | 078fafff3720f9cec38dd84ecc88b15e842e7be6 (diff) | |
Fixed all clippy warnings
Diffstat (limited to 'src/cfg')
| -rw-r--r-- | src/cfg/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cfg/config.rs b/src/cfg/config.rs index 88c98ff..de9901f 100644 --- a/src/cfg/config.rs +++ b/src/cfg/config.rs @@ -125,6 +125,6 @@ impl Config { */ }, }; - Ok(toml::to_string(&generator)?) + toml::to_string(&generator) } } |
