Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
darrell-roberts committed Nov 18, 2024
1 parent 90366cd commit d6d21a0
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 @@ -47,7 +47,6 @@ const IGNORED_TYPES: &[&str] = &["Option", "String", "Vec", "HashMap", "T", "I54

/// An import visitor that collects all use or
/// qualified referenced items.
// #[derive(Default)]
pub struct TypeShareVisitor<'a> {
parsed_data: ParsedData,
file_path: PathBuf,
Expand Down

0 comments on commit d6d21a0

Please sign in to comment.