diff options
| author | bors <bors@rust-lang.org> | 2019-02-07 14:47:57 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-02-07 14:47:57 +0000 |
| commit | d1731801163df1d3a8d4ddfa68adac2ec833ef7f (patch) | |
| tree | 460c196f56d88441245641462d833b4ca6a1100d /src/librustc_codegen_llvm | |
| parent | ad433894abd4231fb2102416a520ae995ee09aed (diff) | |
| parent | 761caa2334bd7f3668819ee8218569f3098c4a36 (diff) | |
| download | rust-d1731801163df1d3a8d4ddfa68adac2ec833ef7f.tar.gz rust-d1731801163df1d3a8d4ddfa68adac2ec833ef7f.zip | |
Auto merge of #58266 - GuillaumeGomez:rollup, r=GuillaumeGomez
Rollup of 11 pull requests Successful merges: - #57504 (Re-enable history api on file:// protocol) - #57848 (Generate a documentation page for core::mem::transmute.) - #57884 (Update minifier version) - #57954 (rustdoc: remove blank unstable spans) - #58028 (Fix image link in the settings menu) - #58033 (rustdoc: wrap stability tags in colored spans) - #58086 ([rustdoc] Improve file list display) - #58143 (Sort elements in the sidebar) - #58146 (Prevent automatic collapse of methods impl blocks) - #58150 (Don't apply impl block collapse rules to trait impls) - #58185 (Remove images' url to make it work even without internet connection) Failed merges: r? @ghost
Diffstat (limited to 'src/librustc_codegen_llvm')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index ab2fb67d549..ad8db25ee95 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -4,9 +4,7 @@ //! //! This API is completely unstable and subject to change. -#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png", - html_favicon_url = "https://doc.rust-lang.org/favicon.ico", - html_root_url = "https://doc.rust-lang.org/nightly/")] +#![doc(html_root_url = "https://doc.rust-lang.org/nightly/")] #![feature(box_patterns)] #![feature(box_syntax)] |
