]> git.lizzy.rs Git - rust.git/commit
Fix links to module-level documentation in `std::cell`
authorMichael Budde <mbudde@gmail.com>
Mon, 9 Feb 2015 11:56:24 +0000 (12:56 +0100)
committerMichael Budde <mbudde@gmail.com>
Mon, 9 Feb 2015 12:24:01 +0000 (13:24 +0100)
commit97a9507232a714b8c9a4341901002f0b761210db
treee1c5e249649b8755a7484d8e1200ba02465f5155
parent0ba9e1fa52627404a1e5b90f745f96a872a0c564
Fix links to module-level documentation in `std::cell`

Replace links to `../index.html` with `index.html` as they are
linking to the `std` module and not `std::cell` as intended.
src/libcore/cell.rs