Skip to content

Commit

Permalink
Rename compare
Browse files Browse the repository at this point in the history
  • Loading branch information
Rigidity committed Aug 3, 2024
1 parent 0acb1d7 commit 11c220d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions crates/rue-typing/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod bigint;
mod check;
mod comparison;
mod compare_type;
mod debug_type;
mod difference_type;
mod map;
Expand All @@ -15,7 +15,7 @@ mod type_system;

pub use bigint::*;
pub use check::*;
pub use comparison::*;
pub use compare_type::*;
pub use map::*;
pub use semantic_types::*;
pub use standard_types::*;
Expand Down

0 comments on commit 11c220d

Please sign in to comment.