diff options
| author | bors <bors@rust-lang.org> | 2015-05-07 10:21:19 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2015-05-07 10:21:19 +0000 |
| commit | acb3aa0949f846ee315568e34d5796fb746c07e8 (patch) | |
| tree | b1ac42dd7d982f7a878e1bb0856795f86c3fb92a /src/liballoc | |
| parent | 95607544b6b59f88f838a9050a126149b4570049 (diff) | |
| parent | 5ac5203e6e136507b63e451c32127bd9f23edd8a (diff) | |
| download | rust-acb3aa0949f846ee315568e34d5796fb746c07e8.tar.gz rust-acb3aa0949f846ee315568e34d5796fb746c07e8.zip | |
Auto merge of #25175 - steveklabnik:rollup, r=steveklabnik
- Successful merges: #24576, #24966, #25052, #25131, #25137, #25138, #25139, #25141, #25142, #25144, #25146, #25148, #25154, #25156, #25160, #25173 - Failed merges:
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/boxed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index 7a089d733cf..a0d60be3000 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -37,7 +37,7 @@ //! } //! ``` //! -//! This will print `Cons(1, Box(Cons(2, Box(Nil))))`. +//! This will print `Cons(1, Cons(2, Nil))`. //! //! Recursive structures must be boxed, because if the definition of `Cons` looked like this: //! |
