File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
crates/ide_completion/src/completions/postfix Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 4
4
//
5
5
// The following postfix snippets are available:
6
6
//
7
- // - `format` -> `format!(...)`
8
- // - `panic` -> `panic!(...)`
9
- // - `println` -> `println!(...)`
10
- // - `log`:
11
- // + `logd` -> `log::debug!(...)`
12
- // + `logt` -> `log::trace!(...)`
13
- // + `logi` -> `log::info!(...)`
14
- // + `logw` -> `log::warn!(...)`
15
- // + `loge` -> `log::error!(...)`
7
+ // * `format` -> `format!(...)`
8
+ // * `panic` -> `panic!(...)`
9
+ // * `println` -> `println!(...)`
10
+ // * `log`:
11
+ // ** `logd` -> `log::debug!(...)`
12
+ // ** `logt` -> `log::trace!(...)`
13
+ // ** `logi` -> `log::info!(...)`
14
+ // ** `logw` -> `log::warn!(...)`
15
+ // ** `loge` -> `log::error!(...)`
16
16
//
17
17
// image::https://user-images.githubusercontent.com/48062697/113020656-b560f500-917a-11eb-87de-02991f61beb8.gif[]
18
18
You can’t perform that action at this time.
0 commit comments