mirror of
https://github.com/facebookexperimental/reverie.git
synced 2025-01-23 05:06:23 +00:00
Fix doc-test
Summary: The OSS CI build is currently failing because of this. Reviewed By: rrnewton Differential Revision: D41414284 fbshipit-source-id: ba9cb5b46f552e76d7a8ebd5ff94d949105339b6
This commit is contained in:
parent
b9e3f0c0e7
commit
230d1421a2
1 changed files with 2 additions and 0 deletions
|
@ -94,6 +94,8 @@ impl GlobalTool for () {
|
|||
///
|
||||
/// #[reverie::tool]
|
||||
/// impl Tool for MyTool {
|
||||
/// /// The global state type.
|
||||
/// type GlobalState = ();
|
||||
/// /// Count of syscalls.
|
||||
/// type ThreadState = u64;
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue