add Makefile with clippy/rustfmt linting, fix all warnings
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -30,6 +30,12 @@ impl QueryPath {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for ServerStats {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl ServerStats {
|
||||
pub fn new() -> Self {
|
||||
ServerStats {
|
||||
|
||||
Reference in New Issue
Block a user