You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sentry/src/transports/thread.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ use crate::{sentry_debug, Envelope};
9
9
10
10
#[expect(
11
11
clippy::large_enum_variant,
12
-
reason = "In normal usage this is usually SendEnvelope, the other variants are only used when the user manually calls transport.flush() or when the transport is shut down."
12
+
reason = "In normal usage this is usually SendEnvelope, the other variants are only used when \
13
+
the user manually calls transport.flush() or when the transport is shut down."
Copy file name to clipboardExpand all lines: sentry/src/transports/tokio_thread.rs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,8 @@ use crate::{sentry_debug, Envelope};
9
9
10
10
#[expect(
11
11
clippy::large_enum_variant,
12
-
reason = "In normal usage this is usually SendEnvelope, the other variants are only used when the user manually calls transport.flush() or when the transport is shut down."
12
+
reason = "In normal usage this is usually SendEnvelope, the other variants are only used when \
13
+
the user manually calls transport.flush() or when the transport is shut down."
0 commit comments