Commit Graph

10 Commits (ab81da9b208ce97586c09078726d8245ae0fad02)

Author SHA1 Message Date
simonsan f0e44b5920
Fix #319 (#320) 2 years ago
♫ Christian Krause ♫ fa8e72298e
[idioms/ctor] adds default constructor section (#280)
Replaced the `Vec` example with `Second`. This is easier to
comprehend compared to the more complex `Vec` example. It's also
testable because it doesn't rely on `RawVec`.

Co-authored-by: Marco Ieni <11428655+MarcoIeni@users.noreply.github.com>
Co-authored-by: simonsan <14062932+simonsan@users.noreply.github.com>
3 years ago
simonsan a1523995ec
Fix internal links (#255) 3 years ago
simonsan 2cd70a552d
Shorten lines to line-length 80 (#208) 4 years ago
Takashi Idobe 5f1425d7ed
Apply markdownlint to project (#163) 4 years ago
simonsan b6e5414941
Add doc tests to CI (#124)
* rename baz() into main() and vice versa where applicable

Fixes #49
4 years ago
Neal Ehardt e8ddd28c23
Update vec.rs path
vec.rs has moved https://github.com/rust-lang/rust/blob/master/src/liballoc/vec.rs

Relevant commit from 2017 eadda7665e (diff-541a0d1eb7d496a1f91ed729f52261ed)
6 years ago
Sergey Kletsun 7c97e15988
Update ctor.md
Tiny spelling correction
7 years ago
Nick Cameron 65f12dcaab link ctor -> builder 9 years ago
Nick Cameron 248baabc14 Add the constructor idiom. 9 years ago