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:
486486* ` fmt! ` : format data into a string
487487* ` env! ` : look up an environment variable's value at compile time
488488* ` stringify! ` : pretty-print the Rust expression given as an argument
489- * ` proto! ` : define a protocol for inter-task communication
490489* ` include! ` : include the Rust expression in the given file
491490* ` include_str! ` : include the contents of the given file as a string
492491* ` include_bin! ` : include the contents of the given file as a binary blob
493492* ` error! ` , ` warn! ` , ` info! ` , ` debug! ` : provide diagnostic information.
494493
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.
497495
498496## Macros
499497
You can’t perform that action at this time.
0 commit comments