Skip to content

Commit

Permalink
FIXUP before merge
Browse files Browse the repository at this point in the history
  • Loading branch information
xFrednet committed Sep 16, 2023
1 parent bdfe6b1 commit 10c1c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marker_api/src/prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
// AST Traits:
pub use crate::ast::expr::ExprData;
pub use crate::ast::item::ItemData;
pub use crate::ast::item::StmtData;
pub use crate::ast::pat::PatData;
pub use crate::ast::stmt::StmtData;
pub use crate::ast::ty::SynTyData;

// Common types
Expand Down

0 comments on commit 10c1c0c

Please sign in to comment.