Reformat
This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[]
This commit is contained in:
parent
4aa165553b
commit
518dc52f85
642 changed files with 6755 additions and 7354 deletions
|
@ -15,4 +15,4 @@ fn test_tag() {
|
|||
assert (rs == happy);
|
||||
}
|
||||
|
||||
fn main() { test_rec(); test_tag(); }
|
||||
fn main() { test_rec(); test_tag(); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue