Skip to content

Commit

Permalink
Mark docs examples to not test.
Browse files Browse the repository at this point in the history
  • Loading branch information
theq629 committed Feb 8, 2024
1 parent d7a72ac commit 460b6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/bterm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//! This may be convenient if drawing to Bracket Terminal only through Ratatui. Otherwise, the
//! [draw batch interface][crate::draw_batch] is probably more convenient.
//!
//! ```rust,no_run
//! ```rust,ignore
//! fn tick(&mut self, ctx: &mut BTerm) {
//! Terminal::new(self.backend_man.get(ctx))
//! .expect("failed to make ratatui terminal")
Expand Down
2 changes: 1 addition & 1 deletion src/draw_batch.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Backends which draw to a Bracket [DrawBatch].
//!
//! ```rust,no_run
//! ```rust,ignore
//! fn tick(&mut self, ctx: &mut BTerm) {
//! self.term.backend_mut().update(ctx);
//! self.term
Expand Down

0 comments on commit 460b6c2

Please sign in to comment.