rust/src/libgetopts
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
..
lib.rs auto merge of #14357 : huonw/rust/spelling, r=pnkfelix 2014-05-22 20:56:18 -07:00