File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
crates/ide_completion/src/completions Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -342,6 +342,7 @@ fn main() {
342
342
sn match match expr {}
343
343
sn box Box::new(expr)
344
344
sn ok Ok(expr)
345
+ sn err Err(expr)
345
346
sn some Some(expr)
346
347
sn dbg dbg!(expr)
347
348
sn dbgr dbg!(&expr)
@@ -374,6 +375,7 @@ fn main() {
374
375
sn match match expr {}
375
376
sn box Box::new(expr)
376
377
sn ok Ok(expr)
378
+ sn err Err(expr)
377
379
sn some Some(expr)
378
380
sn dbg dbg!(expr)
379
381
sn dbgr dbg!(&expr)
@@ -397,6 +399,7 @@ fn main() {
397
399
sn match match expr {}
398
400
sn box Box::new(expr)
399
401
sn ok Ok(expr)
402
+ sn err Err(expr)
400
403
sn some Some(expr)
401
404
sn dbg dbg!(expr)
402
405
sn dbgr dbg!(&expr)
@@ -425,6 +428,7 @@ fn main() {
425
428
sn match match expr {}
426
429
sn box Box::new(expr)
427
430
sn ok Ok(expr)
431
+ sn err Err(expr)
428
432
sn some Some(expr)
429
433
sn dbg dbg!(expr)
430
434
sn dbgr dbg!(&expr)
You can’t perform that action at this time.
0 commit comments