Skip to content

Commit 00a1221

Browse files
committed
fix clippy
1 parent 72744b9 commit 00a1221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gpt_core/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ impl Display for Config {
1919
write!(
2020
f,
2121
"Use Config:\t{}\nEndpoint:\t{}\nAPI Key:\t{}",
22-
Config::path().to_string_lossy().to_string(),
22+
Config::path().to_string_lossy(),
2323
self.endpoint,
2424
self.api_key
2525
)

0 commit comments

Comments
 (0)