diff options
| author | Jubilee <workingjubilee@gmail.com> | 2025-03-04 14:50:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-04 14:50:42 -0800 |
| commit | dcc85e3e1a47f2c92d5259ffd1ce4b4c2875fbb6 (patch) | |
| tree | 3fc57f5d8a18e15c0611f830fec2132ae8c4792a /src/tools | |
| parent | df2a263ec201fc6591c554d3528924cef8211b82 (diff) | |
| parent | 6e86aa17ec3460497fb6617d13e848257f46ffe1 (diff) | |
| download | rust-dcc85e3e1a47f2c92d5259ffd1ce4b4c2875fbb6.tar.gz rust-dcc85e3e1a47f2c92d5259ffd1ce4b4c2875fbb6.zip | |
Rollup merge of #137722 - yotamofek:pr/rustdoc/edition-2024, r=notriddle
`librustdoc`: 2024 edition! 🎊 Like #137333 , but for rustdoc 😁
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rustdoc/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rustdoc/Cargo.toml b/src/tools/rustdoc/Cargo.toml index c4101f72cc2..d1682758d36 100644 --- a/src/tools/rustdoc/Cargo.toml +++ b/src/tools/rustdoc/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustdoc-tool" version = "0.0.0" -edition = "2021" +edition = "2024" # 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" |
