rustdoc: Convert url text to anchor link (#31755)

This commit is contained in:
Oluwatobi Sofela 2024-03-19 12:48:09 +01:00 committed by GitHub
parent 05d9373bc5
commit 36d9ab8b28
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -748,7 +748,7 @@ impl GPUDeviceMethods for GPUDevice {
promise
}
/// https://gpuweb.github.io/gpuweb/#dom-gpudevice-createcommandencoder
/// <https://gpuweb.github.io/gpuweb/#dom-gpudevice-createcommandencoder>
fn CreateCommandEncoder(
&self,
descriptor: &GPUCommandEncoderDescriptor,