Skip to content

Commit 3074fd5

Browse files
committed
Tidy tidy
1 parent 54f6bf5 commit 3074fd5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

doc/rust.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
% Rust Reference Manual
2-
% January 2012
32

43
# Introduction
54

@@ -3179,5 +3178,3 @@ Additional specific influences can be seen from the following languages:
31793178
* The lexical identifier rule of Python.
31803179
* The block syntax of Ruby.
31813180

3182-
3183-
LocalWords: codepoint

mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ endif
145145

146146
doc/version.md: $(MKFILE_DEPS) rust.md
147147
@$(call E, version-stamp: $@)
148-
$(Q)echo "$(CFG_VERSION)" >>$@
148+
$(Q)echo "$(CFG_VERSION)" >$@
149149

150150
doc/keywords.md: $(MKFILE_DEPS) rust.md
151151
@$(call E, grep -v: $$@)

0 commit comments

Comments
 (0)