Skip to content

Commit 5be5ec7

Browse files
committed
Add doc url to the crates
1 parent 898bacb commit 5be5ec7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@
362362
#![allow(unknown_features)]
363363
#![feature(macro_rules, slicing_syntax, globs)]
364364
#![deny(missing_docs)]
365+
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
366+
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
367+
html_root_url = "http://doc.rust-lang.org/regex/")]
365368

366369
#[cfg(test)]
367370
extern crate "test" as stdtest;

0 commit comments

Comments
 (0)