Skip to content

Commit d6d21a0

Browse files
cleanup
1 parent 90366cd commit d6d21a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/visitors.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const IGNORED_TYPES: &[&str] = &["Option", "String", "Vec", "HashMap", "T", "I54
4747

4848
/// An import visitor that collects all use or
4949
/// qualified referenced items.
50-
// #[derive(Default)]
5150
pub struct TypeShareVisitor<'a> {
5251
parsed_data: ParsedData,
5352
file_path: PathBuf,

0 commit comments

Comments
 (0)