rust/src/libterm
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
..
terminfo libstd: Remove all uses of ~str from libstd 2014-05-22 14:42:02 -07:00
lib.rs auto merge of #14357 : huonw/rust/spelling, r=pnkfelix 2014-05-22 20:56:18 -07:00
win.rs Flush before applying console attributes 2014-05-16 10:00:14 -07:00