Skip to content

Commit 1c642b1

Browse files
committed
---
yaml --- r: 42296 b: refs/heads/master c: 4e45d71 h: refs/heads/master v: v3
1 parent 0230f1c commit 1c642b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: e22aa029fb4d923dc03748b435abd6330933b473
2+
refs/heads/master: 4e45d7111c73f348153177ee4a1a988f3d95306d
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/src/libsyntax/ext/pipes/pipec.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ pub impl protocol: gen_init {
368368
ext_cx.block(
369369
self.states.map_to_vec(
370370
|s| ext_cx.parse_stmt(
371-
fmt!("data.%s.set_buffer_(buffer)",
371+
fmt!("data.%s.set_buffer(buffer)",
372372
s.name))),
373373
ext_cx.parse_expr(
374374
fmt!("::ptr::addr_of(&(data.%s))",
@@ -395,7 +395,7 @@ pub impl protocol: gen_init {
395395
ext_cx.block(
396396
self.states.map_to_vec(
397397
|s| ext_cx.parse_stmt(
398-
fmt!("data.%s.set_buffer_(buffer)",
398+
fmt!("data.%s.set_buffer(buffer)",
399399
s.name))),
400400
ext_cx.parse_expr(
401401
fmt!("::ptr::addr_of(&(data.%s))",

0 commit comments

Comments
 (0)