Skip to content

Commit 025066f

Browse files
committed
fix(Frontend): 🚨 make rust doc don't run test on text block
mark code block as text block
1 parent bb64862 commit 025066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/paginate_navbar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use crate::utils::*;
66

77
#[component]
88
/// There are 4 different case
9-
/// ```
9+
/// ```text
1010
/// let right_half = size / 2
1111
/// let left_half = size - right_half
1212
///

0 commit comments

Comments
 (0)