Skip to content

Commit 777ccb5

Browse files
committed
Add missing entry to doc-comment
1 parent cd3d654 commit 777ccb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/ide/src/completion/complete_postfix/format_like.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
//! The following postfix snippets are available:
66
//!
77
//! - `format` -> `format!(...)`
8+
//! - `panic` -> `panic!(...)`
89
//! - `println` -> `println!(...)`
910
//! - `log`:
1011
//! + `logd` -> `log::debug!(...)`

0 commit comments

Comments
 (0)