Convert to spaces
This commit is contained in:
parent
cbdb18650e
commit
b744b1cfe3
1 changed files with 4 additions and 4 deletions
|
|
@ -14,10 +14,10 @@ fn bar<'a>() {
|
|||
let a: &'static str = "hi";
|
||||
let b: &'a str = a;
|
||||
|
||||
|| {
|
||||
yield a;
|
||||
yield b;
|
||||
};
|
||||
|| {
|
||||
yield a;
|
||||
yield b;
|
||||
};
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue