File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -486,14 +486,12 @@ include:
486
486
* ` fmt! ` : format data into a string
487
487
* ` env! ` : look up an environment variable's value at compile time
488
488
* ` stringify! ` : pretty-print the Rust expression given as an argument
489
- * ` proto! ` : define a protocol for inter-task communication
490
489
* ` include! ` : include the Rust expression in the given file
491
490
* ` include_str! ` : include the contents of the given file as a string
492
491
* ` include_bin! ` : include the contents of the given file as a binary blob
493
492
* ` error! ` , ` warn! ` , ` info! ` , ` debug! ` : provide diagnostic information.
494
493
495
- All of the above extensions, with the exception of ` proto! ` , are expressions
496
- with values. ` proto! ` is an item, defining a new name.
494
+ All of the above extensions are expressions with values.
497
495
498
496
## Macros
499
497
You can’t perform that action at this time.
0 commit comments