diff options
author | pommicket <pommicket@gmail.com> | 2022-12-09 15:57:24 -0500 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2022-12-09 15:57:24 -0500 |
commit | 2dce45002b9d4d93cc2db15b1697d13c1709fb92 (patch) | |
tree | 808efd41be71afe286a1d8bf83480ca1ff7df75d /test.rs | |
parent | 27c9af7de5f47c33217be02107e31061366f481f (diff) |
more lsp
Diffstat (limited to 'test.rs')
-rw-r--r-- | test.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ fn main() -> Result<()> { line.pop(); lines.push(line); } +let x = lines. for line in lines { println!("{}", line); } |