소스 검색

chore(auth): redundant #[allow(dead_code)]

Bryan Lee 1 년 전
부모
커밋
cbef7f3029
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      authentication/src/auth/play_games/play_games_api/mod.rs

+ 0 - 1
authentication/src/auth/play_games/play_games_api/mod.rs

@@ -6,5 +6,4 @@
 
 pub mod players;
 
-#[allow(dead_code)]
 const URI: &'static str = "https://games.googleapis.com";