Skip to content

Commit

Permalink
Ignore doc tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kangaxx-0 committed May 5, 2024
1 parent 0fe8a31 commit 15c4092
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/layout/gemo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Geometry {
/// Returns the left coordinate of the gemo.
///
/// # Visual representation:
/// ```
/// ```no_run
/// (left, y)-> +-----------------+
/// | |
/// | |
Expand All @@ -53,7 +53,7 @@ impl Geometry {
/// u16::MAX.
///
/// # Visual representation:
/// ```
/// ```no_run
/// +-----------------+ <--- (right, y)
/// | |
/// | |
Expand All @@ -67,7 +67,7 @@ impl Geometry {
/// Returns the top coordinate of the gemo.
///
/// # Visual representation:
/// ```
/// ```no_run
/// (x, top) -> +-----------------+
/// | |
/// | |
Expand All @@ -83,7 +83,7 @@ impl Geometry {
/// u16::MAX.
///
/// # Visual representation:
/// ```
/// ```no_run
/// +-----------------+
/// | |
/// | |
Expand Down

0 comments on commit 15c4092

Please sign in to comment.