Merge #6229
6229: Add docs for dbgr and call r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
commit
f7144dcd52
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ pub use crate::completion::{
|
|||
// - `expr.refm` -> `&mut expr`
|
||||
// - `expr.not` -> `!expr`
|
||||
// - `expr.dbg` -> `dbg!(expr)`
|
||||
// - `expr.dbgr` -> `dbg!(&expr)`
|
||||
// - `expr.call` -> `(expr)`
|
||||
//
|
||||
// There also snippet completions:
|
||||
//
|
||||
|
|
Loading…
Add table
Reference in a new issue