Add docs for dbgr and call
This commit is contained in:
parent
3e450cf89f
commit
8cc175ee9b
@ -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…
x
Reference in New Issue
Block a user