Skip to content

Commit fd8d20f

Browse files
committed
---
yaml --- r: 121650 b: refs/heads/try c: 76371d1 h: refs/heads/master v: v3
1 parent b9534a4 commit fd8d20f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 8fe47bc3bb34d7a1ce7bbd2c6fc5ea7a6dbf57a4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: bab614f5fa725d248afc5f0530c835f37998ce8f
5-
refs/heads/try: b0fb520f7260d345d6060322ca74b94b00e283d8
5+
refs/heads/try: 76371d1ff1b6fc7c84e12513816a4586e14aa24b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libserialize/json.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ fn main() {
7171
let to_encode_object = TestStruct{data_str:"example of string to encode".to_string()};
7272
let mut m = io::MemWriter::new();
7373
{
74-
let mut encoder = json::Encoder::new(&mut m as &mut std::io::Writer);
74+
let mut encoder = json::Encoder::new(&mut m as &mut Writer);
7575
match to_encode_object.encode(&mut encoder) {
7676
Ok(()) => (),
7777
Err(e) => fail!("json encoding error: {}", e)

0 commit comments

Comments
 (0)