Convert to spaces

This commit is contained in:
John Kåre Alsaker 2017-07-15 04:31:15 +02:00
parent cbdb18650e
commit b744b1cfe3

View file

@ -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() {}