diff --git a/apps/app/src/api/ads.rs b/apps/app/src/api/ads.rs index 2c925da24..73906a0be 100644 --- a/apps/app/src/api/ads.rs +++ b/apps/app/src/api/ads.rs @@ -15,7 +15,7 @@ pub struct AdsState { pub malicious_origins: HashSet, } -const AD_LINK: &'static str = "https://modrinth.com/wrapper/app-ads-cookie"; +const AD_LINK: &str = "https://modrinth.com/wrapper/app-ads-cookie"; pub fn init() -> TauriPlugin { tauri::plugin::Builder::::new("ads")