]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514
authorYuki Okushi <huyuumi.dev@gmail.com>
Tue, 23 Mar 2021 01:15:45 +0000 (10:15 +0900)
committerGitHub <noreply@github.com>
Tue, 23 Mar 2021 01:15:45 +0000 (10:15 +0900)
commit263c85875cb3aceced6cc712961234fc61d71cba
treeef88985b7237c4b6f77c27e17e9fbce5577d29f1
parent2e14c1dc0cbed6358e0e5c356e48c6d709305efc
parent34635ec10eb30d7977b8b9d4c683a8e976b52455
Rollup merge of #83389 - njasm:test_rustdoc, r=jyn514

add rust-analyzer rustc_private option in librustdoc Cargo.toml

This addition will allow to have code completion while hacking rustdoc with rust-analyzer.

more info: https://rust-analyzer.github.io/manual.html#rust-analyzer.rustcSource

r? `@jyn514`