diff --git a/backend/reconcile/src/utils/find_common_overlap.rs b/backend/reconcile/src/utils/find_common_overlap.rs index 2d4ec490..ac586b81 100644 --- a/backend/reconcile/src/utils/find_common_overlap.rs +++ b/backend/reconcile/src/utils/find_common_overlap.rs @@ -10,7 +10,7 @@ use crate::Token; /// /// ## Example /// -/// ```no_run +/// ```not_rust /// old: [0, 1, 9, 0, 2, 5] /// new: [9, 0, 2, 5, 1] /// ```