Skip to content

Commit

Permalink
fix(Frontend): 🚨 make rust doc don't run test on text block
Browse files Browse the repository at this point in the history
mark code block as text block
  • Loading branch information
KAIYOHUGO committed Aug 22, 2024
1 parent bb64862 commit 025066f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/paginate_navbar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use crate::utils::*;

#[component]
/// There are 4 different case
/// ```
/// ```text
/// let right_half = size / 2
/// let left_half = size - right_half
///
Expand Down

0 comments on commit 025066f

Please sign in to comment.