Skip to content

Commit

Permalink
refactor:[torrust#670] fix clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mario-nt authored and da2ce7 committed Jun 20, 2024
1 parent 5299b35 commit 4b1bcd5
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 4b1bcd5

Please sign in to comment.