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 web_link = Url::parse("https://doc.rust-lang.org/nightly/core/").ok();
499
+
let web_link = Url::parse(&format!("https://doc.rust-lang.org/{channel}/core/")).ok();
495
500
let system_link = system_doc.and_then(|it| it.join("core/").ok());
0 commit comments