Skip to content
Snippets Groups Projects
Commit 2bb3ba78 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Run cargo fmt one more time for good measure.

parent df3c51c8
No related branches found
No related tags found
1 merge request!433Refactor FallbackDir handling and implement a retry-after-delay mechanism.
......@@ -75,9 +75,9 @@ mod timeouts;
mod usage;
pub use err::Error;
pub use isolation::{IsolationToken};
pub use usage::{TargetPort, TargetPorts};
pub use isolation::IsolationToken;
use tor_guardmgr::fallback::FallbackList;
pub use usage::{TargetPort, TargetPorts};
pub use config::{
CircMgrConfig, CircuitTiming, CircuitTimingBuilder, PathConfig, PathConfigBuilder,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment