mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Fix rustdoc errors in components/script/dom
(#31617)
* Fix rustdoc errors in components/script/dom * Revert if to iff in audiobuffer.rs
This commit is contained in:
parent
45344dca2b
commit
d1fd8d55ab
4 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ pub struct AudioBuffer {
|
|||
#[ignore_malloc_size_of = "mozjs"]
|
||||
js_channels: DomRefCell<Vec<HeapBufferSource<Float32>>>,
|
||||
/// Aggregates the data from js_channels.
|
||||
/// This is Some<T> iff the buffers in js_channels are detached.
|
||||
/// This is `Some<T>` iff the buffers in js_channels are detached.
|
||||
#[ignore_malloc_size_of = "servo_media"]
|
||||
#[no_trace]
|
||||
shared_channels: DomRefCell<Option<ServoMediaAudioBuffer>>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue