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 4030538 commit 68c330eCopy full SHA for 68c330e
1 file changed
tokio/src/runtime/io/driver/uring.rs
@@ -175,7 +175,7 @@ impl Handle {
175
///
176
/// TODO: This would like to be a synchronous function,
177
/// but we require `OnceLock::get_or_try_init`.
178
- /// https://github.com/rust-lang/rust/issues/109737
+ /// <https://github.com/rust-lang/rust/issues/109737>
179
pub(crate) async fn check_and_init(&self, opcode: u8) -> io::Result<bool> {
180
let probe = self
181
.uring_probe
0 commit comments