]> git.lizzy.rs Git - rust.git/blob - tests/pretty/import-renames.rs
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / 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};