Add docs for dbgr and call

This commit is contained in:
Laurențiu Nicola 2020-10-14 16:23:51 +03:00
parent 3e450cf89f
commit 8cc175ee9b

View File

@ -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:
//