rust/src/libnative
bors 02117dd1bc auto merge of #14357 : huonw/rust/spelling, r=pnkfelix
The span on a inner doc-comment would point to the next token, e.g. the span for the `a` line points to the `b` line, and the span of `b` points to the `fn`.

```rust
//! a
//! b

fn bar() {}
```
2014-05-22 20:56:18 -07:00
..
io auto merge of #14357 : huonw/rust/spelling, r=pnkfelix 2014-05-22 20:56:18 -07:00
lib.rs auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw 2014-05-22 16:56:23 -07:00
task.rs core: Remove the cast module 2014-05-11 01:13:02 -07:00