Skip to content

Commit d7de416

Browse files
committed
Fix clippy warnings
1 parent fda7210 commit d7de416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcasr/src/stacktrace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ pub fn cluster_stacktraces(stacktraces: &[Stacktrace]) -> Result<Vec<usize>> {
279279
/// * `crashlines` - slice of crashlines as String
280280
///
281281
/// * 'clusters' - A vector of the same length as `crashlines`.
282-
/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
282+
/// Vec\[i\] is the flat cluster number to which original casrep i belongs.
283283
///
284284
/// # Return value
285285
///

0 commit comments

Comments
 (0)