Skip to content

Commit 8cc175e

Browse files
committed
Add docs for dbgr and call
1 parent 3e450cf commit 8cc175e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/ide/src/completion.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ pub use crate::completion::{
6161
// - `expr.refm` -> `&mut expr`
6262
// - `expr.not` -> `!expr`
6363
// - `expr.dbg` -> `dbg!(expr)`
64+
// - `expr.dbgr` -> `dbg!(&expr)`
65+
// - `expr.call` -> `(expr)`
6466
//
6567
// There also snippet completions:
6668
//

0 commit comments

Comments
 (0)