Tidy tidy
This commit is contained in:
parent
54f6bf57e6
commit
3074fd591d
@ -1,5 +1,4 @@
|
|||||||
% Rust Reference Manual
|
% Rust Reference Manual
|
||||||
% January 2012
|
|
||||||
|
|
||||||
# Introduction
|
# Introduction
|
||||||
|
|
||||||
@ -3179,5 +3178,3 @@ Additional specific influences can be seen from the following languages:
|
|||||||
* The lexical identifier rule of Python.
|
* The lexical identifier rule of Python.
|
||||||
* The block syntax of Ruby.
|
* The block syntax of Ruby.
|
||||||
|
|
||||||
|
|
||||||
LocalWords: codepoint
|
|
||||||
|
@ -145,7 +145,7 @@ endif
|
|||||||
|
|
||||||
doc/version.md: $(MKFILE_DEPS) rust.md
|
doc/version.md: $(MKFILE_DEPS) rust.md
|
||||||
@$(call E, version-stamp: $@)
|
@$(call E, version-stamp: $@)
|
||||||
$(Q)echo "$(CFG_VERSION)" >>$@
|
$(Q)echo "$(CFG_VERSION)" >$@
|
||||||
|
|
||||||
doc/keywords.md: $(MKFILE_DEPS) rust.md
|
doc/keywords.md: $(MKFILE_DEPS) rust.md
|
||||||
@$(call E, grep -v: $$@)
|
@$(call E, grep -v: $$@)
|
||||||
|
Loading…
Reference in New Issue
Block a user