Skip to content

Commit

Permalink
Rename document.rs to sampling.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
dmoverton committed Mar 19, 2024
1 parent eb29080 commit ff6b692
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/cli/src/introspection/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pub mod document;
pub mod sampling;
pub mod validation_schema;
pub mod type_unification;

pub use validation_schema::get_metadata_from_validation_schema;
pub use document::sample_schema_from_db;
pub use sampling::sample_schema_from_db;
File renamed without changes.

0 comments on commit ff6b692

Please sign in to comment.