We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5432a67 commit ba8b846Copy full SHA for ba8b846
src/librustdoc/Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "rustdoc"
3
version = "0.0.0"
4
-edition = "2018"
+edition = "2021"
5
6
[lib]
7
path = "lib.rs"
src/rustdoc-json-types/Cargo.toml
name = "rustdoc-json-types"
version = "0.1.0"
src/tools/rustdoc/Cargo.toml
name = "rustdoc-tool"
# Cargo adds a number of paths to the dylib search path on windows, which results in
# the wrong rustdoc being executed. To avoid the conflicting rustdocs, we name the "tool"
0 commit comments