1 2 3 4 5 6 7 8
#![allow(clippy::missing_docs_in_private_items)] use super::*; #[test] fn print_does_not_panic() { print("127.0.0.1:5784"); }