Add missing entry to doc-comment

This commit is contained in:
Igor Aleksanov 2020-09-12 18:15:11 +03:00
parent cd3d654f60
commit 777ccb58f0

View file

@ -5,6 +5,7 @@
//! The following postfix snippets are available:
//!
//! - `format` -> `format!(...)`
//! - `panic` -> `panic!(...)`
//! - `println` -> `println!(...)`
//! - `log`:
//! + `logd` -> `log::debug!(...)`