Skip to content

Commit

Permalink
cleanup new lints from Rust 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 17, 2023
1 parent 7db56d5 commit 8a67c95
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion services/com/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
pub mod api;

pub use api::*;
use api::{Callback, ComIntSources, NET_MTU, Opcode};
use com_rs::{DhcpState, LinkState};
use xous::{send_message, Error, CID, Message, msg_scalar_unpack};
use xous_ipc::{String, Buffer};
Expand Down
4 changes: 2 additions & 2 deletions services/gam/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ pub mod bitmap;
#[cfg(feature="ditherpunk")]
pub use bitmap::{Bitmap, Img, PixelType, DecodePng};

use graphics_server::api::{TextOp, TextView};
use graphics_server::api::{Gid, Line, Circle, RoundedRectangle, TokenClaim};
pub use graphics_server::api::{TextOp, TextView};
pub use graphics_server::api::{Gid, Line, Circle, RoundedRectangle, TokenClaim};
pub use graphics_server::api::{Point, Rectangle};
#[cfg(feature="ditherpunk")]
pub use graphics_server::api::Tile;
Expand Down
2 changes: 1 addition & 1 deletion services/gam/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub use graphics_server::*;
use xous_ipc::{String, Buffer};
use num_traits::*;

use graphics_server::api::{PixelColor, TextBounds, DrawStyle};
pub use graphics_server::api::{PixelColor, TextBounds, DrawStyle};

#[cfg(feature = "tts")]
use tts_frontend::*;
Expand Down

0 comments on commit 8a67c95

Please sign in to comment.