summaryrefslogtreecommitdiff
path: root/test.rs
diff options
context:
space:
mode:
Diffstat (limited to 'test.rs')
-rw-r--r--test.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.rs b/test.rs
index 6c852d9..40c2438 100644
--- a/test.rs
+++ b/test.rs
@@ -19,6 +19,7 @@ fn main() -> Result<()> {
line.pop();
lines.push(line);
}
+let x = lines.
for line in lines {
println!("{}", line);
}