We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e62b8d commit 5ef51e9Copy full SHA for 5ef51e9
atcoder-problems-backend/src/server/ranking/rated_point_sum.rs
@@ -9,7 +9,7 @@ use async_trait::async_trait;
9
use serde::Serialize;
10
use sql_client::rated_point_sum::RatedPointSumClient;
11
12
-// will be deprecated and replaced with super::RankingResponse
+#[deprecated(note = "this special Response type will be deprecated and replaced with super::RankingResponse")]
13
#[derive(Debug, Serialize)]
14
pub(crate) struct RPSRankingResponse {
15
user_id: String,
0 commit comments