Skip to content

Commit

Permalink
fix doc warning
Browse files Browse the repository at this point in the history
  • Loading branch information
fominok committed Dec 28, 2024
1 parent 2749b44 commit 55acd04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion costs/src/context.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ impl<T> CostsExt for T {}
/// 1. Early termination on error;
/// 2. Because of 1, `Result` is removed from the equation;
/// 3. `CostContext` is removed too because it is added to external cost
/// accumulator;
/// accumulator;
/// 4. Early termination uses external cost accumulator so previous costs won't
/// be lost.
#[macro_export]
Expand Down

0 comments on commit 55acd04

Please sign in to comment.