Skip to content

Commit 289b5f4

Browse files
committed
Update a test
1 parent b2b14d0 commit 289b5f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/target/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ fn main() {
121121
20, 21, 22);
122122

123123
// #1092
124-
chain!(input, a:take!(max_size), || []);
124+
chain!(input, a: take!(max_size), || []);
125125
}
126126

127127
impl X {

0 commit comments

Comments
 (0)