浏览代码

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";