]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/import-renames.rs
Rollup merge of #100031 - GoldsteinE:try-removing-the-field, r=michaelwoerister
[rust.git] / src / test / pretty / import-renames.rs
1 // compile-flags: --crate-type=lib
2
3 // pp-exact
4
5 use std::io::{self, Error as IoError};
6 use std::net::{self as stdnet, TcpStream};