Skip to content

Commit

Permalink
removed raw mode example from render docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikwilkowski committed Jun 16, 2024
1 parent 81ff9c3 commit c06c10d
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions rust/src/render.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,21 +50,6 @@ pub struct RenderedString {
/// " █▀█ ██▄ █▄▄ █▄▄ █▄█\n\n"
/// )
/// );
///
/// let output = render(Options {
/// text: String::from("hello"),
/// font: Fonts::FontTiny,
/// ..Options::default()
/// });
///
/// assert_eq!(
/// output.text,
/// format!("{}{}{}",
/// "\r\n\r\n",
/// " █ █ █▀▀ █ █ █▀█\r\n",
/// " █▀█ ██▄ █▄▄ █▄▄ █▄█\r\n\r\n"
/// )
/// );
/// }
/// ```
///
Expand Down

0 comments on commit c06c10d

Please sign in to comment.