mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Auto merge of #14510 - frewsxcv:comment, r=Ms2ger
Fix doc comment syntax. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14510) <!-- Reviewable:end -->
This commit is contained in:
commit
5b389a228c
1 changed files with 1 additions and 1 deletions
|
@ -384,7 +384,7 @@ pub enum CoreResourceMsg {
|
||||||
/// Message forwarded to file manager's handler
|
/// Message forwarded to file manager's handler
|
||||||
ToFileManager(FileManagerThreadMsg),
|
ToFileManager(FileManagerThreadMsg),
|
||||||
/// Break the load handler loop, send a reply when done cleaning up local resources
|
/// Break the load handler loop, send a reply when done cleaning up local resources
|
||||||
// and exit
|
/// and exit
|
||||||
Exit(IpcSender<()>),
|
Exit(IpcSender<()>),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue