Tidy tidy

This commit is contained in:
Graydon Hoare 2012-01-18 14:45:47 -08:00
parent 54f6bf57e6
commit 3074fd591d
2 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,4 @@
% Rust Reference Manual
% January 2012
# Introduction
@ -3179,5 +3178,3 @@ Additional specific influences can be seen from the following languages:
* The lexical identifier rule of Python.
* The block syntax of Ruby.
LocalWords: codepoint

View File

@ -145,7 +145,7 @@ endif
doc/version.md: $(MKFILE_DEPS) rust.md
@$(call E, version-stamp: $@)
$(Q)echo "$(CFG_VERSION)" >>$@
$(Q)echo "$(CFG_VERSION)" >$@
doc/keywords.md: $(MKFILE_DEPS) rust.md
@$(call E, grep -v: $$@)