File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
trunk/src/librustdoc/html Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: aaaa4310cc30650a517827fefb8208b13d017ea0
2
+ refs/heads/master: 61c6b199bcc23fe931f3fda2f968442256e07dab
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 270a677d4d698916f5ad103f0afc3c070b8dbeb4
5
5
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
Original file line number Diff line number Diff line change @@ -1228,7 +1228,7 @@ impl Context {
1228
1228
{
1229
1229
let items = this. build_sidebar_items ( & m) ;
1230
1230
let js_dst = this. dst . join ( "sidebar-items.js" ) ;
1231
- let mut js_out = BufferedWriter :: new ( try!( File :: create ( & js_dst) ) ) ;
1231
+ let mut js_out = BufWriter :: new ( try!( File :: create ( & js_dst) ) ) ;
1232
1232
try!( write ! ( & mut js_out, "initSidebarItems({});" ,
1233
1233
json:: as_json( & items) ) ) ;
1234
1234
}
You can’t perform that action at this time.
0 commit comments