Skip to content

Commit 6092ec2

Browse files
steveklabnikalexcrichton
authored andcommitted
---
yaml --- r: 121720 b: refs/heads/try c: e16a875 h: refs/heads/master v: v3
1 parent 914e768 commit 6092ec2

File tree

5 files changed

+2
-284
lines changed

5 files changed

+2
-284
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 8fe47bc3bb34d7a1ce7bbd2c6fc5ea7a6dbf57a4
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: bab614f5fa725d248afc5f0530c835f37998ce8f
5-
refs/heads/try: bf61bb6b7f6522dc78a7100c18282282206af14a
5+
refs/heads/try: e16a87513a9a94d86de6125a72977af50e05af65
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/configure

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,6 @@ do
876876
make_dir $h/test/doc-guide-pointers
877877
make_dir $h/test/doc-guide-container
878878
make_dir $h/test/doc-guide-tasks
879-
make_dir $h/test/doc-complement-cheatsheet
880879
make_dir $h/test/doc-rust
881880
done
882881

branches/try/mk/docs.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
######################################################################
2929
DOCS := index intro tutorial guide-ffi guide-macros guide-lifetimes \
3030
guide-tasks guide-container guide-pointers guide-testing \
31-
guide-runtime complement-bugreport complement-cheatsheet \
31+
guide-runtime complement-bugreport \
3232
complement-lang-faq complement-design-faq complement-project-faq rust \
3333
rustdoc guide-unsafe
3434

branches/try/src/doc/complement-cheatsheet.md

Lines changed: 0 additions & 280 deletions
This file was deleted.

branches/try/src/doc/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ li {list-style-type: none; }
2828
* [Language Design FAQ](complement-design-faq.html)
2929
* [Language FAQ](complement-lang-faq.html)
3030
* [Project FAQ](complement-project-faq.html)
31-
* [Code cheatsheet](complement-cheatsheet.html) - "How do I do X?"
3231
* [How to submit a bug report](complement-bugreport.html)
3332

3433
# Libraries

0 commit comments

Comments
 (0)