Procházet zdrojové kódy

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

Bryan Lee před 1 rokem
rodič
revize
cbef7f3029

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