diff options
| author | Nelson J Morais <njmorais@gmail.com> | 2021-03-22 19:31:42 +0000 |
|---|---|---|
| committer | Nelson J Morais <njmorais@gmail.com> | 2021-03-22 19:31:42 +0000 |
| commit | d3c749481fceda00d276b78e4462303109dbff21 (patch) | |
| tree | 3f6091267187b357c39f7a1328977b037e1b7e33 | |
| parent | f82664191d0e8764b7435b9d72eb0e366b8b1464 (diff) | |
| download | rust-d3c749481fceda00d276b78e4462303109dbff21.tar.gz rust-d3c749481fceda00d276b78e4462303109dbff21.zip | |
add key rustc_private for package metadata for rust-analyzer in librustdoc
| -rw-r--r-- | src/librustdoc/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/librustdoc/Cargo.toml b/src/librustdoc/Cargo.toml index 2d0722396fc..3d75a8cca8a 100644 --- a/src/librustdoc/Cargo.toml +++ b/src/librustdoc/Cargo.toml @@ -29,3 +29,6 @@ features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] [dev-dependencies] expect-test = "1.0" + +[package.metadata.rust-analyzer] +rustc_private = true \ No newline at end of file |
