Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
desbma committed Sep 11, 2024
1 parent 26bc51c commit 3dfce86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/syncthing_rest.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Syncthing types, taken from https://github.com/JayceFayne/syncthing-rs/blob/e5981950d59c210a380c0665a4e7a4b44f7ce37f/src/rest/events.rs, with some additional fixes
#![allow(clippy::missing_docs_in_private_items)]
#![allow(dead_code, clippy::missing_docs_in_private_items)]

use std::collections::HashMap;
use std::convert::TryFrom;
Expand Down

0 comments on commit 3dfce86

Please sign in to comment.