We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32416ee commit 0157d96Copy full SHA for 0157d96
src/console/clients/udp/responses/json.rs
@@ -3,6 +3,7 @@ use serde::Serialize;
3
4
use super::dto::SerializableResponse;
5
6
+#[allow(clippy::module_name_repetitions)]
7
pub trait ToJson {
8
///
9
/// Returns a string with the JSON serialized version of the response
0 commit comments