Fix pipe-select-macro
This commit is contained in:
parent
945d57a6ff
commit
dd54431df6
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ fn test(+foo: foo::client::foo, +bar: bar::client::bar) {
|
|||
},
|
||||
|
||||
do_baz(b) -> _next {
|
||||
if *b { debug!("true") } else { debug!("false") }
|
||||
if b { debug!("true") } else { debug!("false") }
|
||||
}
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue