Skip to content
Snippets Groups Projects

Move RetryDelay into tor-basic-utils

Merged Nick Mathewson requested to merge nickm/arti:move-retry-delay into main
2 unresolved threads
5 files
+ 179
153
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -41,6 +41,8 @@
use std::fmt;
pub mod retry;
// ----------------------------------------------------------------------
/// Function with the signature of `Debug::fmt` that just prints `".."`
Loading