Skip to content

Commit

Permalink
remove dead_code attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Nov 13, 2024
1 parent 0248751 commit 3922939
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/visitors.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ const IGNORED_TYPES: &[&str] = &["Option", "String", "Vec", "HashMap", "T", "I54
#[derive(Default)]
pub struct TypeShareVisitor<'a> {
parsed_data: ParsedData,
#[allow(dead_code)]
file_path: PathBuf,
ignored_types: &'a [&'a str],
target_os: &'a [String],
Expand Down

0 comments on commit 3922939

Please sign in to comment.