rust/compiler
Joshua Nelson b73ad09dfd Remove SpanInterner::get
- It's used exactly once, so it's trivial to replace
- It doesn't match the normal convention for containers: normally
`get()` returns and option and indexing panics. Instead `get()` panicked
  and there's no indexing operation available.
2021-05-03 17:32:06 -04:00
..
2021-05-03 18:57:48 +08:00
2021-05-02 17:46:00 -06:00
2021-05-02 17:46:00 -06:00
2021-05-02 17:46:00 -06:00
2021-05-02 17:46:00 -06:00
2021-05-03 17:32:06 -04:00