chiark / gitweb /
Clippy fix: rename Config::default().
authorSimon Tatham <anakin@pobox.com>
Sat, 6 Jan 2024 08:50:12 +0000 (08:50 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 6 Jan 2024 08:53:31 +0000 (08:53 +0000)
commitb01a7acb0b3f42c280012e3ec08e091e99502c2f
tree42a858d9b06522b34d61c7286bb6fee9cbeea85f
parent67b2627c0b5d67820b8e96043930aaf550d82330
Clippy fix: rename Config::default().

Calling it that, Clippy complains that it looks too much like the
method of the Default trait, and suggests I either impl Default or
rename the method. For the moment, I'll rename the method; I don't
know that I have a good use for impl Default right now.
src/config.rs
src/main.rs