Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Jan 20, 2025
1 parent e12ff21 commit 2dccbc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ascent/src/rel_index_read.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub trait RelIndexRead<'a> {
fn len_estimate(&'a self) -> usize;

/// Is the relation **definitely** empty?
///
///
/// It is OK for implementations to return `false` even if the relation may be empty,
/// as this is used to enable certain optimizations.
fn is_empty(&'a self) -> bool { false }
Expand Down
1 change: 1 addition & 0 deletions ascent_macro/src/scratchpad.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit 2dccbc1

Please sign in to comment.