Skip to content

Commit 68c330e

Browse files
committed
link formatting
1 parent 4030538 commit 68c330e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tokio/src/runtime/io/driver/uring.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ impl Handle {
175175
///
176176
/// TODO: This would like to be a synchronous function,
177177
/// but we require `OnceLock::get_or_try_init`.
178-
/// https://github.com/rust-lang/rust/issues/109737
178+
/// <https://github.com/rust-lang/rust/issues/109737>
179179
pub(crate) async fn check_and_init(&self, opcode: u8) -> io::Result<bool> {
180180
let probe = self
181181
.uring_probe

0 commit comments

Comments
 (0)