Skip to content

Commit

Permalink
refactor:[#670] fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt committed Jun 4, 2024
1 parent 32416ee commit 0157d96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/console/clients/udp/responses/json.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ use serde::Serialize;

use super::dto::SerializableResponse;

#[allow(clippy::module_name_repetitions)]
pub trait ToJson {
///
/// Returns a string with the JSON serialized version of the response
Expand Down

0 comments on commit 0157d96

Please sign in to comment.