yasnippet-snippets/snippets/rust-mode
Nikhil Grandhi 0d79a69310 Fix leftover curly brace during expansion in various print snippets
Right curly brace is leftover upon typing at first tabstop of print,
println, eprint and eprintln.

This commit will ensure that the right curly brace will also be
replaced upon typing at the tabstop.
2020-07-29 08:34:10 +05:30
..
allow move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
allow! move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
assert move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
asserteq move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
case move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
cfg move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
cfg= move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
closure move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
crate Update crate 2019-07-25 18:05:33 +08:00
deny move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
deny! move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
derive move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
display Add Rust snippets 2018-07-26 14:53:18 +03:00
drop move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
enum move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
eprint Fix leftover curly brace during expansion in various print snippets 2020-07-29 08:34:10 +05:30
eprintln Fix leftover curly brace during expansion in various print snippets 2020-07-29 08:34:10 +05:30
fn move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
fnr move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
fns rust: make fns/pfns like the rest of the function templates (fix #323) 2019-08-15 13:16:41 +03:00
fnw move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
for move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
from Add Rust snippets 2018-07-26 14:53:18 +03:00
fromstr Add Rust snippets 2018-07-26 14:53:18 +03:00
if move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
ife move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
ifl Update rust-mode/ifl 2018-08-17 17:36:35 +02:00
impl move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
implt move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
let move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
letm move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
lett move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
lettm move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
loop move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
macro move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
main move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
match move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
new rust: add snippets for crate, pub fns, and constructor (#262) 2018-06-16 18:05:24 +01:00
pfn rust: add snippets for crate, pub fns, and constructor (#262) 2018-06-16 18:05:24 +01:00
pfnr rust: add snippets for crate, pub fns, and constructor (#262) 2018-06-16 18:05:24 +01:00
pfns rust: make fns/pfns like the rest of the function templates (fix #323) 2019-08-15 13:16:41 +03:00
pfnw rust: add snippets for crate, pub fns, and constructor (#262) 2018-06-16 18:05:24 +01:00
print Fix leftover curly brace during expansion in various print snippets 2020-07-29 08:34:10 +05:30
println Fix leftover curly brace during expansion in various print snippets 2020-07-29 08:34:10 +05:30
result Add Rust snippets 2018-07-26 14:53:18 +03:00
spawn move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
static move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
struct move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
test move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
testmod move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
trait move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
type move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
union move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
warn move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
warn! move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
while move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00
whilel move everything in snippets as it should be (#203) 2017-08-13 12:16:55 +01:00