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
println!(" @path Read newline separated options from `path`\n");
600
-
println!("More information available at https://doc.rust-lang.org/rustdoc/what-is-rustdoc.html")
602
+
println!(
603
+
"More information available at https://doc.rust-lang.org/{}/rustdoc/what-is-rustdoc.html",
604
+
doc_rust_lang_org_channel()
605
+
);
601
606
}
602
607
603
608
/// A result type used by several functions under `main()`.
// custom build of rustdoc maybe? link to the stable docs just in case
1933
-
_ => "",
1934
-
};
1935
1928
let msg = format!(
1936
-
"see https://doc.rust-lang.org/{}/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators for more info about disambiguators",
1937
-
channel,
1929
+
"see https://doc.rust-lang.org/{}/rustdoc/linking-to-items-by-name.html#namespaces-and-disambiguators \
0 commit comments