aboutsummaryrefslogtreecommitdiff
path: root/tests/data/lexer/0011_keywords.rs
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 22:30:17 +0100
committerAleksey Kladov <[email protected]>2018-07-31 22:30:17 +0100
commitb9189ed2db8cb1934e677a17fcc6282c66306df1 (patch)
tree1456403c6eac7820c6b6760ccc6900326aedc792 /tests/data/lexer/0011_keywords.rs
parent2bbd4c510d2da5c78f566b28e90548102bb107dc (diff)
move lambdas
Diffstat (limited to 'tests/data/lexer/0011_keywords.rs')
-rw-r--r--tests/data/lexer/0011_keywords.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/lexer/0011_keywords.rs b/tests/data/lexer/0011_keywords.rs
index 2a78b5dd2..22b063567 100644
--- a/tests/data/lexer/0011_keywords.rs
+++ b/tests/data/lexer/0011_keywords.rs
@@ -1,3 +1,3 @@
1fn use struct trait enum impl true false as extern crate 1fn use struct trait enum impl true false as extern crate
2mod pub self super in where for loop while if match const 2mod pub self super in where for loop while if match const
3static mut type ref let else 3static mut type ref let else move