Skip to content

Commit e08c936

Browse files
kud1ingemberian
authored andcommitted
proto is gone
The following files need to be adjusted, too (i can't do it now): - doc/po/ja/rust.md.po - doc/po/rust.md.pot
1 parent fff03a5 commit e08c936

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/rust.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)