Jendrik

Results 19 comments of Jendrik

Managed to find something. The `Fn` bound seems crucially important. ```rust // struct Peekable use std::iter::Peekable; pub struct Span { inner: Peekable, } struct ConditionalIterator { f: F, } impl...

This looks like jline/jline2#281, which was fixed in jline 2.14.4.

It'd be ok for me if it run all test on a method. That is doable with `cargo test --docs module::Type::method`.

Great, thanks for looking into this!

What about a macro to assert that two types are equal?

We may want to consider having two files, one that is strictcly conforming to bibtex (using `misc` and `year`), and one for biblatex (which can use features like `date`).

Thank you for the explanation. In reality, the `\textbf` of the question is an `\item` of a `description` environment. I'll see if I can find another way to typeset what...

Thanks, I tried to minimize the example by trying to include different things, but I didn't try `sys/socket.h`. Would the error go away I passed `-std=c11` to clang?