Skip to content

Commit fa84af4

Browse files
committed
editoast: add comment explaining [allow(dead_code)] usage
Signed-off-by: hamz2a <atrari.hamza@gmail.com>
1 parent bda924a commit fa84af4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

editoast/src/core/mq_client.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,10 @@ impl RabbitMQClient {
292292
}
293293
}
294294

295+
// Left here because its isolated, its not increasing the surface of attack,
296+
// its not making the maintenance more complex since it is small
297+
// and the API is complete with it since it is part of the API
298+
// we designed around RMQ.
295299
#[allow(dead_code)]
296300
pub async fn call<T>(
297301
&self,

0 commit comments

Comments
 (0)