mirror of
https://github.com/lifegpc/msg-tool.git
synced 2026-06-07 05:18:44 +08:00
Use better way to fix
This commit is contained in:
@@ -214,12 +214,6 @@ pub enum BGIStringType {
|
||||
Internal,
|
||||
}
|
||||
|
||||
impl BGIStringType {
|
||||
pub fn is_internal(&self) -> bool {
|
||||
matches!(self, BGIStringType::Internal)
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct BGIString {
|
||||
pub offset: usize,
|
||||
|
||||
Reference in New Issue
Block a user