diff options
| author | Chris Morgan <me@chrismorgan.info> | 2013-07-05 10:16:04 +1000 |
|---|---|---|
| committer | Chris Morgan <me@chrismorgan.info> | 2013-07-05 10:16:04 +1000 |
| commit | bbfef92e3d2a5e325668e07137dc531aff35a323 (patch) | |
| tree | 969c5d56f22c3e57d5082b134726b74fb4d2f359 /src/rt/rust_kernel.cpp | |
| parent | b055a10662ecc77db518cb1dc3561a8bde67c47c (diff) | |
| download | rust-bbfef92e3d2a5e325668e07137dc531aff35a323.tar.gz rust-bbfef92e3d2a5e325668e07137dc531aff35a323.zip | |
Move `extra::net_*` to `extra::net::*` properly.
Where * = tcp, ip, url. Formerly, extra::net::* were aliases of extra::net_*, but were the recommended path to use. Thus, the documentation talked of the `net_*` modules while everything else was written expecting `net::*`. This moves the actual modules so that `extra::net::*` is the actual location of the modules. This will naturally break any code which used `extra::net_*` directly. They should be altered to use `extra::net::*` (which has been the documented way of doing things for some time). This ensures that there is one, and only one, obvious way of doing things.
Diffstat (limited to 'src/rt/rust_kernel.cpp')
0 files changed, 0 insertions, 0 deletions
