]> git.lizzy.rs Git - rust.git/commitdiff
Add missing entry to doc-comment
authorIgor Aleksanov <popzxc@yandex.ru>
Sat, 12 Sep 2020 15:15:11 +0000 (18:15 +0300)
committerIgor Aleksanov <popzxc@yandex.ru>
Fri, 2 Oct 2020 09:42:39 +0000 (12:42 +0300)
crates/ide/src/completion/complete_postfix/format_like.rs

index 8a16147ed7ce58098727523925f30ba183440282..0772dbf291cfd3259ed4c5d3b1ac19b599e09fc4 100644 (file)
@@ -5,6 +5,7 @@
 //! The following postfix snippets are available:
 //!
 //! - `format` -> `format!(...)`
+//! - `panic` -> `panic!(...)`
 //! - `println` -> `println!(...)`
 //! - `log`:
 //!   + `logd` -> `log::debug!(...)`