diff options
| author | Jeff Olson <olson.jeffery@gmail.com> | 2012-04-30 15:10:24 -0700 |
|---|---|---|
| committer | Brian Anderson <banderson@mozilla.com> | 2012-05-22 22:29:15 -0700 |
| commit | bc846ce7e3a1333411ceeb9092032e6047c0b61e (patch) | |
| tree | 183d21a404e1d47bbde821014d6f1a81248c54a3 /src/libstd | |
| parent | 08b3048c438efd661380bdc18d2ee2f91184d9a4 (diff) | |
| download | rust-bc846ce7e3a1333411ceeb9092032e6047c0b61e.tar.gz rust-bc846ce7e3a1333411ceeb9092032e6047c0b61e.zip | |
std: export net::ip::format_addr
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/net_ip.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/net_ip.rs b/src/libstd/net_ip.rs index ed8fc622b94..7bc0d30d593 100644 --- a/src/libstd/net_ip.rs +++ b/src/libstd/net_ip.rs @@ -6,6 +6,7 @@ import vec; import uint; export ip_addr; +export format_addr; export v4; //format_addr, parse_addr; |
