Skip to content

Commit 0157d96

Browse files
committed
refactor:[#670] fix clippy errors
1 parent 32416ee commit 0157d96

File tree

1 file changed

+1
-0
lines changed
  • src/console/clients/udp/responses

1 file changed

+1
-0
lines changed

src/console/clients/udp/responses/json.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ use serde::Serialize;
33

44
use super::dto::SerializableResponse;
55

6+
#[allow(clippy::module_name_repetitions)]
67
pub trait ToJson {
78
///
89
/// Returns a string with the JSON serialized version of the response

0 commit comments

Comments
 (0)