We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad9a314 commit 0644198Copy full SHA for 0644198
src/docbuilder/chroot_builder.rs
@@ -215,7 +215,7 @@ impl DocBuilder {
215
216
// only add target name to destination directory when we are copying a non-default target.
217
// this is allowing us to host documents in the root of the crate documentation directory.
218
- // for example win-api will be available in docs.rs/win-api/$version/win-api/ for it's
+ // for example winapi will be available in docs.rs/winapi/$version/winapi/ for it's
219
// default target: x86_64-pc-windows-msvc. But since it will be built under
220
// cratesfyi/x86_64-pc-windows-msvc we still need target in this function.
221
if !is_default_target {
0 commit comments