We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115abe2 commit 3319ca6Copy full SHA for 3319ca6
crates/utils/src/graph.rs
@@ -69,7 +69,7 @@ use std::marker::PhantomData;
69
/// }
70
/// );
71
///
72
-/// assert_eq!(min_path, 12); // 0 =[6]=> 4 =[4]=> 2 =[1]=> 1 =[2]=> 3
+/// assert_eq!(min_path, 12); // 3 =[3]=> 1 =[1]=> 2 =[2]=> 0 =[6]=> 4
73
/// assert_eq!(max_path, 31); // 1 =[7]=> 0 =[6]=> 4 =[9]=> 3 =[9]=> 2
74
/// ```
75
#[inline]
0 commit comments