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:
Jason White 2022-11-18 16:28:31 -08:00 committed by Facebook GitHub Bot
parent b9e3f0c0e7
commit 230d1421a2

View file

@ -94,6 +94,8 @@ impl GlobalTool for () {
/// ///
/// #[reverie::tool] /// #[reverie::tool]
/// impl Tool for MyTool { /// impl Tool for MyTool {
/// /// The global state type.
/// type GlobalState = ();
/// /// Count of syscalls. /// /// Count of syscalls.
/// type ThreadState = u64; /// type ThreadState = u64;
/// ///