We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e68ead commit 201cdd1Copy full SHA for 201cdd1
gix/src/types.rs
@@ -145,7 +145,9 @@ pub struct Reference<'r> {
145
146
/// A thread-local handle to interact with a repository from a single thread.
147
///
148
-/// It is `Send` but **not** `Sync` - for the latter you can convert it `to_sync()`.
+/// It is `Send`, but **not** `Sync` - for the latter you can convert it using
149
+/// [`.into_sync()`][Repository::into_sync()].
150
+///
151
/// Note that it clones itself so that it is empty, requiring the user to configure each clone separately, specifically
152
/// and explicitly. This is to have the fastest-possible default configuration available by default, but allow
153
/// those who experiment with workloads to get speed boosts of 2x or more.
0 commit comments