Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: quickwit-oss/tantivy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: db349e3a6df3f5d91ce273430e47aef3d40530cf
Choose a base ref
..
head repository: quickwit-oss/tantivy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a06d0b7df80815ff801374bda83d9671c397d186
Choose a head ref
Showing with 0 additions and 2 deletions.
  1. +0 −2 src/schema/index_record_option.rs
2 changes: 0 additions & 2 deletions src/schema/index_record_option.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
use serde::{Deserialize, Serialize};

use crate::TantivyError;

/// `IndexRecordOption` describes an amount information associated
/// with a given indexed field.
///