killercup / trpl-ebook

UNMAINTAINED
http://killercup.github.io/trpl-ebook/
478 stars 56 forks source link

Collapse all back-references #20

Closed Gankra closed 9 years ago

Gankra commented 9 years ago

(untested)

killercup commented 9 years ago

I'll test it later and then merge.

killercup commented 9 years ago

Sorry, this breaks the documentation documentation, which contains this code:

/// The `Option` type. See [the module level documentation](../) for more.
enum Option<T> {
    /// No value
    None,
    /// Some value `T`
    Some(T),
}

So, I'm not gonna merge this right now.

Gankra commented 9 years ago

:+1: