Files
rust-users/src
Ben S 4c966938db Achieve independence from gated features!
This commit makes rust-users runnable on Rust Stable and Beta!

- ToOwned in the collections crate can be imported by `std::borrow::ToOwned`
  instead, removing the collections flag.
- `as_ref` on raw pointers can be null-checked manually, then dereferenced,
  removing the ptr_as_ref flag. The new code reads better, too.
2015-08-02 16:41:19 +01:00
..
2015-07-21 11:48:49 +03:00