Skip to content

Commit caf2ebf

Browse files
committed
---
yaml --- r: 97932 b: refs/heads/master c: da43832 h: refs/heads/master v: v3
1 parent dabb911 commit caf2ebf

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: d32363266968c0259c3ec2065c5dd7b6fc85b152
2+
refs/heads/master: da4383203472a2e5fd4d3fcc67672d8d8ccafdea
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: b6400f998497c3958f40997a71756ead344a776d
55
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36

trunk/doc/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525

2626
[std](std/index.html)
2727
[extra](extra/index.html)
28+
[green](green/index.html)
29+
[native](native/index.html)
2830

2931
# Tooling
3032

trunk/src/libgreen/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
#[license = "MIT/ASL2"];
2222
#[crate_type = "rlib"];
2323
#[crate_type = "dylib"];
24+
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
25+
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
26+
html_root_url = "http://static.rust-lang.org/doc/master")];
2427

2528
// NB this does *not* include globs, please keep it that way.
2629
#[feature(macro_rules)];

trunk/src/libnative/lib.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
#[license = "MIT/ASL2"];
1919
#[crate_type = "rlib"];
2020
#[crate_type = "dylib"];
21+
#[doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk.png",
22+
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
23+
html_root_url = "http://static.rust-lang.org/doc/master")];
2124

2225
// NB this crate explicitly does *not* allow glob imports, please seriously
2326
// consider whether they're needed before adding that feature here (the

0 commit comments

Comments
 (0)