Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Arti
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
Core
Arti
Merge requests
!411
Move RetryDelay into tor-basic-utils
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Move RetryDelay into tor-basic-utils
nickm/arti:move-retry-delay
into
main
Overview
8
Commits
6
Pipelines
0
Changes
5
2 unresolved threads
Hide all comments
Merged
Nick Mathewson
requested to merge
nickm/arti:move-retry-delay
into
main
3 years ago
Overview
8
Commits
6
Pipelines
0
Changes
5
2 unresolved threads
Hide all comments
Expand
This is a prerequisite for some work on
#406 (closed)
and
#407 (closed)
.
0
0
Merge request reports
Compare
main
version 1
11883b9e
3 years ago
main (base)
and
latest version
latest version
09f750c2
6 commits,
3 years ago
version 1
11883b9e
5 commits,
3 years ago
5 files
+
179
−
153
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
crates/tor-basic-utils/src/lib.rs
+
2
−
0
Options
@@ -41,6 +41,8 @@
use
std
::
fmt
;
pub
mod
retry
;
// ----------------------------------------------------------------------
/// Function with the signature of `Debug::fmt` that just prints `".."`
Loading