mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +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
|
@ -53,7 +53,7 @@ pub struct Promise {
|
|||
permanent_js_root: Heap<JSVal>,
|
||||
}
|
||||
|
||||
/// Private helper to enable adding new methods to Rc<Promise>.
|
||||
/// Private helper to enable adding new methods to `Rc<Promise>`.
|
||||
trait PromiseHelper {
|
||||
fn initialize(&self, cx: SafeJSContext);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue