Skip to content

Commit

Permalink
Rename operations module since it no longer contains any operations.
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Oct 8, 2023
1 parent aa9c76b commit 71d32c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions trustfall_core/src/ir/types/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
mod base;
mod operations;
mod named_typed;

pub use base::Type;
pub use operations::NamedTypedValue;
pub use named_typed::NamedTypedValue;
File renamed without changes.

0 comments on commit 71d32c8

Please sign in to comment.