]> git.lizzy.rs Git - rust.git/commit
Made failing/working examples look alike.
authorEric Platon <eric.platon@waku-waku.ne.jp>
Mon, 2 Mar 2015 06:15:24 +0000 (15:15 +0900)
committerEric Platon <zaraki@gmx.com>
Wed, 4 Mar 2015 04:11:57 +0000 (13:11 +0900)
commitdde4e5885e9e49f28d4902eab3024c30b27b4366
treeb771efcdcae33369707ad8a7cc09a1c91305bf17
parent157614249594f187f421cd97f928e64c5ab5c1fa
Made failing/working examples look alike.

The failing concurrency example was doing something different from the
working example. This commit changes just enough of the failing example
to (1) still fail with the same error, (2) tries to do the same as the
working example (increment a vector value and print it).

r? @steveklabnik
src/doc/intro.md