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