File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ use std::os::raw::c_int;
157
157
/// });
158
158
/// ```
159
159
///
160
- /// This also implies that one can circumvent this protection using e.g. the [`send_wrapper`] crate:
160
+ /// This also implies that one can circumvent this protection using e.g. the [`send_wrapper`](https://docs.rs/send_wrapper/) crate:
161
161
///
162
162
/// ```no_run
163
163
/// # use pyo3::prelude::*;
@@ -221,7 +221,7 @@ unsafe impl<T: Send> Ungil for T {}
221
221
/// ```
222
222
///
223
223
/// On nightly Rust, this is not based on the [`Send`] auto trait and hence we are able
224
- /// to prevent incorrectly circumventing it using e.g. the [`send_wrapper`] crate:
224
+ /// to prevent incorrectly circumventing it using e.g. the [`send_wrapper`](https://docs.rs/send_wrapper/) crate:
225
225
///
226
226
/// ```compile_fail
227
227
/// # use pyo3::prelude::*;
You can’t perform that action at this time.
0 commit comments