Skip to content

Commit ce8a4b0

Browse files
committed
Clippyの怒りを鎮めた
# Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Apr 25 23:24:14 2022 +0900 # # interactive rebase in progress; onto 58aed3e # Last commands done (2 commands done): # edit 9c059a1 #[tokio::test]を使うようにした # edit 332dd64 Clippyの怒りを鎮めた # Next commands to do (4 remaining commands): # pick c1bbf67 テストでinclude_str!()を使うようにした # pick 428a469 src/server/progress_reset.rsを削除 # You are currently editing a commit while rebasing branch 'tweak' on '58aed3e8'. # # Changes to be committed: # modified: sql-client/tests/test_rated_point_sum.rs # # Untracked files: # cargo-timing.html # # Please enter the commit message for your changes. Lines starting # with '#' will be kept; you may remove them yourself if you want to. # An empty message aborts the commit. # # Date: Mon Apr 25 23:24:14 2022 +0900 # # interactive rebase in progress; onto 58aed3e # Last commands done (2 commands done): # edit 19cbf0fa #[tokio::test]を使うようにした # edit 376fb599 Clippyの怒りを鎮めた # Next commands to do (4 remaining commands): # edit d3742fea テストでinclude_str!()を使うようにした # edit c51aa932 src/server/progress_reset.rsを削除 # You are currently editing a commit while rebasing branch 'tweak' on '58aed3e8'. # # Changes to be committed: # modified: sql-client/tests/test_rated_point_sum.rs # # Untracked files: # cargo-timing.html #
1 parent 5aa0080 commit ce8a4b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atcoder-problems-backend/sql-client/tests/test_rated_point_sum.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ async fn test_load_rated_point_sum_in_range() {
349349
let sums_5th_to_10th = pool.load_rated_point_sum_in_range(4..10).await.unwrap();
350350
assert!(sums_5th_to_10th.is_empty());
351351

352+
#[allow(clippy::reversed_empty_ranges)]
352353
let sums_nonsense = pool.load_rated_point_sum_in_range(5..0).await.unwrap();
353354
assert!(sums_nonsense.is_empty());
354355

0 commit comments

Comments
 (0)