• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 use cfg_if::cfg_if;
2 
3 cfg_if! {
4     if #[cfg(test)] {
5         pub(crate) mod timeout;
6     }
7 }
8