Skip to content

Commit

Permalink
Removing terminal font todos
Browse files Browse the repository at this point in the history
Closes sunriseos#180 and closes sunriseos#181
  • Loading branch information
Orycterope committed Jan 31, 2019
1 parent daaef88 commit 43fca6f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libuser/src/terminal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ pub enum WindowSize {

impl Terminal {
/// Creates a new Window of the requested size for terminal usage.
// TODO: Review Terminal::new cast_sign_loss and cast_possible_wrap
// BODY: Ping @orycterope. I'm pretty sure they're correct but just want to
// BODY: make sure it looks good with you since it's originally your code.
#[allow(clippy::cast_sign_loss)]
#[allow(clippy::cast_possible_wrap)]
pub fn new(size: WindowSize) -> Result<Self, Error> {
Expand Down Expand Up @@ -245,9 +242,6 @@ impl Terminal {
/// # Panics
///
/// Panics if pos makes writing the glyph overflow the screen
// TODO: Review Terminal::display_glyph_in_box cast_sign_loss and cast_possible_wrap
// BODY: Ping @orycterope. I'm pretty sure they're correct but just want to
// BODY: make sure it looks good with you since it's originally your code.
#[allow(clippy::cast_sign_loss)]
#[allow(clippy::cast_possible_wrap)]
#[allow(clippy::too_many_arguments)]
Expand Down

0 comments on commit 43fca6f

Please sign in to comment.