Skip to content

Commit 80e5b13

Browse files
authored
fix(docs): Fix some doc errors that slipped in (#623)
1 parent 73526ec commit 80e5b13

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sentry-core/src/hub.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ use crate::{Integration, IntoBreadcrumbs, Scope, ScopeGuard};
1010

1111
/// The central object that can manages scopes and clients.
1212
///
13-
/// This can be used to capture events and manage the scope. This object is
14-
/// [`Send`][std::marker::Send] and [`Sync`][std::marker::Sync] so it can be used from
15-
/// multiple threads if needed.
13+
/// This can be used to capture events and manage the scope. This object is [`Send`] and
14+
/// [`Sync`] so it can be used from multiple threads if needed.
1615
///
1716
/// Each thread has its own thread-local ( see [`Hub::current`]) hub, which is
1817
/// automatically derived from the main hub ([`Hub::main`]).

0 commit comments

Comments
 (0)