mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
Fix incorrect list nesting in format_like feature description
This commit is contained in:
parent
98395f29a4
commit
abc941d2c8
1 changed files with 9 additions and 9 deletions
|
@ -4,15 +4,15 @@
|
|||
//
|
||||
// The following postfix snippets are available:
|
||||
//
|
||||
// - `format` -> `format!(...)`
|
||||
// - `panic` -> `panic!(...)`
|
||||
// - `println` -> `println!(...)`
|
||||
// - `log`:
|
||||
// + `logd` -> `log::debug!(...)`
|
||||
// + `logt` -> `log::trace!(...)`
|
||||
// + `logi` -> `log::info!(...)`
|
||||
// + `logw` -> `log::warn!(...)`
|
||||
// + `loge` -> `log::error!(...)`
|
||||
// * `format` -> `format!(...)`
|
||||
// * `panic` -> `panic!(...)`
|
||||
// * `println` -> `println!(...)`
|
||||
// * `log`:
|
||||
// ** `logd` -> `log::debug!(...)`
|
||||
// ** `logt` -> `log::trace!(...)`
|
||||
// ** `logi` -> `log::info!(...)`
|
||||
// ** `logw` -> `log::warn!(...)`
|
||||
// ** `loge` -> `log::error!(...)`
|
||||
//
|
||||
// image::https://user-images.githubusercontent.com/48062697/113020656-b560f500-917a-11eb-87de-02991f61beb8.gif[]
|
||||
|
||||
|
|
Loading…
Reference in a new issue