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 5ef51e9 commit 51bfe13Copy full SHA for 51bfe13
atcoder-problems-backend/src/server/ranking/rated_point_sum.rs
@@ -9,7 +9,9 @@ use async_trait::async_trait;
9
use serde::Serialize;
10
use sql_client::rated_point_sum::RatedPointSumClient;
11
12
-#[deprecated(note = "this special Response type will be deprecated and replaced with super::RankingResponse")]
+#[deprecated(
13
+ note = "this special Response type is deprecated and will be replaced with super::RankingResponse"
14
+)]
15
#[derive(Debug, Serialize)]
16
pub(crate) struct RPSRankingResponse {
17
user_id: String,
0 commit comments