Skip to content

Commit 4fed7bb

Browse files
committed
Clippy
1 parent d4324f6 commit 4fed7bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/function.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ pub trait Configuration: Any {
116116
/// query becomes the outermost cycle head after a nested cycle complete a few iterations. In this case,
117117
/// `iteration` continues from the nested cycle's iteration count rather than resetting to zero.
118118
/// * **Non-contiguous values**: The iteration count can be non-contigious for cycle heads
119-
/// that are only conditionally part of a cycle.
119+
/// that are only conditionally part of a cycle.
120120
fn recover_from_cycle<'db>(
121121
db: &'db Self::DbView,
122122
id: Id,

0 commit comments

Comments
 (0)