| D | main.rs | 29 // Add linkcheck exceptions here 30 // If at all possible you should use intra-doc links to avoid linkcheck issues. These 36 // https://github.com/rust-lang/rust/issues/74481 37 ("std/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]), 38 ("std/collections/btree_set/struct.BTreeSet.html", &["#insert-and-complex-keys"]), 39 ("alloc/collections/btree_map/struct.BTreeMap.html", &["#insert-and-complex-keys"]), 40 ("alloc/collections/btree_set/struct.BTreeSet.html", &["#insert-and-complex-keys"]), 43 // The docs in std::primitive use proper intra-doc links, so these seem fine to special-case. 82 let docs = env::args_os().nth(1).expect("doc path should be first argument"); in main() localVariable 83 let docs = env::current_dir().unwrap().join(docs); in main() localVariable [all …]
|