mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 21:13:37 +00:00
Auto merge of #16501 - lnicola:lete-snippet-docs, r=lnicola
minor: Add `lete` to postfix completion list
This commit is contained in:
commit
1974e7490d
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ pub use crate::{
|
|||
// - `expr.ref` -> `&expr`
|
||||
// - `expr.refm` -> `&mut expr`
|
||||
// - `expr.let` -> `let $0 = expr;`
|
||||
// - `expr.lete` -> `let $1 = expr else { $0 };`
|
||||
// - `expr.letm` -> `let mut $0 = expr;`
|
||||
// - `expr.not` -> `!expr`
|
||||
// - `expr.dbg` -> `dbg!(expr)`
|
||||
|
|
Loading…
Reference in a new issue