File tree Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Expand file tree Collapse file tree 4 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 0da105a8b7b6b1e0568e8ff20f6ff4b13cc7ecc2
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d32363266968c0259c3ec2065c5dd7b6fc85b152
4
+ refs/heads/snap-stage3: da4383203472a2e5fd4d3fcc67672d8d8ccafdea
5
5
refs/heads/try: c274a6888410ce3e357e014568b43310ed787d36
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change 25
25
26
26
[ std] ( std/index.html )
27
27
[ extra] ( extra/index.html )
28
+ [ green] ( green/index.html )
29
+ [ native] ( native/index.html )
28
30
29
31
# Tooling
30
32
Original file line number Diff line number Diff line change 21
21
#[ license = "MIT/ASL2" ] ;
22
22
#[ crate_type = "rlib" ] ;
23
23
#[ 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" ) ] ;
24
27
25
28
// NB this does *not* include globs, please keep it that way.
26
29
#[ feature( macro_rules) ] ;
Original file line number Diff line number Diff line change 18
18
#[ license = "MIT/ASL2" ] ;
19
19
#[ crate_type = "rlib" ] ;
20
20
#[ 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" ) ] ;
21
24
22
25
// NB this crate explicitly does *not* allow glob imports, please seriously
23
26
// consider whether they're needed before adding that feature here (the
You can’t perform that action at this time.
0 commit comments