We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f6bf5 commit 3074fd5Copy full SHA for 3074fd5
doc/rust.md
@@ -1,5 +1,4 @@
1
% Rust Reference Manual
2
-% January 2012
3
4
# Introduction
5
@@ -3179,5 +3178,3 @@ Additional specific influences can be seen from the following languages:
3179
3178
* The lexical identifier rule of Python.
3180
* The block syntax of Ruby.
3181
3182
-
3183
-LocalWords: codepoint
mk/docs.mk
@@ -145,7 +145,7 @@ endif
145
146
doc/version.md: $(MKFILE_DEPS) rust.md
147
@$(call E, version-stamp: $@)
148
- $(Q)echo "$(CFG_VERSION)" >>$@
+ $(Q)echo "$(CFG_VERSION)" >$@
149
150
doc/keywords.md: $(MKFILE_DEPS) rust.md
151
@$(call E, grep -v: $$@)
0 commit comments