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

arti-testing: reverse two more attrs in attempt to fix min-versions

parent 84536a9c
No related branches found
No related tags found
1 merge request!392arti-testing: support for simulated TCP breakage
......@@ -105,8 +105,8 @@ impl Default for ConditionalAction {
}
/// A TcpProvider that can make its connections fail.
#[derive(Debug, Clone)]
#[pin_project]
#[derive(Debug, Clone)]
pub(crate) struct BrokenTcpProvider<R> {
/// An underlying TcpProvider to use when we actually want our connections to succeed
#[pin]
......
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