Skip to content

Commit 4936b7c

Browse files
committed
add humor appendix; closes #163
1 parent b5a2b93 commit 4936b7c

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

src/SUMMARY.md

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@
9999
[Appendix C: Glossary](./appendix/glossary.md)
100100
[Appendix D: Code Index](./appendix/code-index.md)
101101
[Appendix E: Bibliography](./appendix/bibliography.md)
102+
103+
[Appendix Z HumorRust](./appendix/humorust.md)
104+
105+
---
106+
102107
[](./important-links.md)
103108

104109
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md

src/appendix/humorust.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Humor in Rust
2+
3+
What's a project without a sense of humor? And frankly some of these are
4+
enlightening?
5+
6+
- [Weird exprs test](https://github.com/rust-lang/rust/blob/master/src/test/run-pass/weird-exprs.rs)
7+
- [Ferris Rap](http://fitzgeraldnick.com/2018/12/13/rust-raps.html)
8+
- [The Genesis of Generic Germination](https://github.com/rust-lang/rust/pull/53645#issue-210543221)
9+
- [The Bastion of the Turbofish test](https://github.com/rust-lang/rust/blob/79d8a0fcefa5134db2a94739b1d18daa01fc6e9f/src/test/ui/bastion-of-the-turbofish.rs)
10+
- [Rust Koans](https://users.rust-lang.org/t/rust-koans/2408/4)

0 commit comments

Comments
 (0)