Hi all,

I want to propagate the great renaming throughout the codebase. You
can make your (and my) life easier by, when touching a file, doing the
following:

```
use extra = std; // if you need to
use std = core;
```

and then updating everything to use the proper names.

Hopefully this will allow me to not majorly break everyone's PRs when
the change lands, and all you will need to do is remove the extra
`use`.

I plan on doing this Friday afternoon/evening. The tree will be closed
for it (thanks Graydon!)
_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to