Skip to content

Commit

Permalink
Fix compiler warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrueger committed Jan 29, 2025
1 parent 808816b commit 05f3425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion crates/icy_engine/src/formats/pcboard.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::path::Path;

use codepages::tables::CP437_TO_UNICODE;

use crate::{line, parse_with_parser, parsers, Buffer, BufferFeatures, BufferType, EngineResult, OutputFormat, Position, TextAttribute, TextPane};
use crate::{parse_with_parser, parsers, Buffer, BufferFeatures, BufferType, EngineResult, OutputFormat, Position, TextAttribute, TextPane};

use super::{LoadData, SaveOptions};

Expand Down
2 changes: 0 additions & 2 deletions crates/icy_term/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ lazy_static::lazy_static! {
};
}

pub use ui::*;

#[derive(rust_embed::RustEmbed)]
#[folder = "i18n"] // path to the compiled localization resources
struct Localizations;
Expand Down

0 comments on commit 05f3425

Please sign in to comment.