mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
rustdoc: Convert url text to anchor link (#31755)
This commit is contained in:
parent
05d9373bc5
commit
36d9ab8b28
1 changed files with 1 additions and 1 deletions
|
@ -748,7 +748,7 @@ impl GPUDeviceMethods for GPUDevice {
|
||||||
promise
|
promise
|
||||||
}
|
}
|
||||||
|
|
||||||
/// https://gpuweb.github.io/gpuweb/#dom-gpudevice-createcommandencoder
|
/// <https://gpuweb.github.io/gpuweb/#dom-gpudevice-createcommandencoder>
|
||||||
fn CreateCommandEncoder(
|
fn CreateCommandEncoder(
|
||||||
&self,
|
&self,
|
||||||
descriptor: &GPUCommandEncoderDescriptor,
|
descriptor: &GPUCommandEncoderDescriptor,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue