mirror of
https://github.com/quickwit-oss/tantivy.git
synced 2026-01-06 17:22:54 +00:00
Replace deprecated std package's constants on floats and integers (#1420)
This commit is contained in:
@@ -30,7 +30,7 @@ impl Default for Token {
|
||||
Token {
|
||||
offset_from: 0,
|
||||
offset_to: 0,
|
||||
position: usize::max_value(),
|
||||
position: usize::MAX,
|
||||
text: String::with_capacity(200),
|
||||
position_length: 1,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user