Skip to content

Commit

Permalink
fix compile issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Dec 26, 2024
1 parent f18fbc9 commit 6a32543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rust/lance/src/catalog/dataset_identifier.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ impl fmt::Display for DatasetIdentifier {

#[cfg(test)]
mod tests {
use std::hash::DefaultHasher;
use super::*;

#[test]
Expand Down
1 change: 1 addition & 0 deletions rust/lance/src/catalog/namespace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ impl fmt::Debug for Namespace {

#[cfg(test)]
mod tests {
use std::hash::DefaultHasher;
use super::*;

#[test]
Expand Down

0 comments on commit 6a32543

Please sign in to comment.