You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let unknown_categories = unknown_categories.join(", ");
581
581
let domain = &app.config.domain_name;
582
-
returnErr(bad_request(format!("The following category slugs are not currently supported on crates.io: {}\n\nSee https://{}/category_slugs for a list of supported slugs.", unknown_categories, domain)));
582
+
returnErr(bad_request(format!("The following category slugs are not currently supported on crates.io: {unknown_categories}\n\nSee https://{domain}/category_slugs for a list of supported slugs.")));
583
583
}
584
584
585
585
let top_versions = krate.top_versions(conn).await?;
0 commit comments