mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Fix doc comment syntax.
This commit is contained in:
parent
c9370e04a5
commit
371d287f5d
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