diff --git a/Cargo.toml b/Cargo.toml index 619a061d5..6f2b20700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -50,6 +50,7 @@ targets = ["x86_64-unknown-linux-gnu"] rustdoc-args = [ "--generate-link-to-definition", "--extern-html-root-url=core=https://doc.rust-lang.org", + "--extern-html-root-url=alloc=https://doc.rust-lang.org", "--extern-html-root-url=std=https://doc.rust-lang.org", ]