Skip to content

Commit

Permalink
Fixing doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Aug 10, 2024
1 parent 4133b4f commit 0bf9a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion muse-reactor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
//! been replenished.
//!
//! ```rust
//! use muse_reactor::{BudgetPool, BudgetPoolConfig, Reactor};
//! use muse_reactor::{BudgetPoolId, BudgetPoolConfig, Reactor};
//! use muse_lang::runtime::value::{Primitive, RootedValue};
//! use std::time::Duration;
//!
Expand Down

0 comments on commit 0bf9a77

Please sign in to comment.