diff options
| author | bors <bors@rust-lang.org> | 2013-07-07 07:41:03 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-07-07 07:41:03 -0700 |
| commit | 005c9bde45ba53b9039765a9ed549707973c15c4 (patch) | |
| tree | d3f8b224102369342ce33bfb5b8e5dfffb296687 /src/rt/rust_kernel.cpp | |
| parent | 0f2515583dca4d6af7fabb6ebbd46c265710aacc (diff) | |
| parent | b6024e4ca27bda4846b1a7829f098caf4d140f71 (diff) | |
| download | rust-005c9bde45ba53b9039765a9ed549707973c15c4.tar.gz rust-005c9bde45ba53b9039765a9ed549707973c15c4.zip | |
auto merge of #7594 : chris-morgan/rust/proper-net-module-structure, r=huonw
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
