Skip to content

Update Rust crate tantivy to 0.21.1 #322

Update Rust crate tantivy to 0.21.1

Update Rust crate tantivy to 0.21.1 #322

GitHub Actions / clippy failed Oct 26, 2023 in 1s

clippy

1 error, 1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 1
Note 0
Help 0

Versions

  • rustc 1.75.0-nightly (df871fbf0 2023-10-24)
  • cargo 1.75.0-nightly (d2f6a0485 2023-10-20)
  • clippy 0.1.75 (df871fb 2023-10-24)

Annotations

Check warning on line 100 in src/firefox_reader.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead

warning: use of deprecated associated function `chrono::DateTime::<Tz>::from_utc`: Use TimeZone::from_utc_datetime() or DateTime::from_naive_utc_and_offset instead
   --> src/firefox_reader.rs:100:44
    |
100 |             last_modified: chrono::DateTime::<Utc>::from_utc(
    |                                                     ^^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default

Check failure on line 21 in src/lib.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

unknown feature `drain_filter`

error[E0635]: unknown feature `drain_filter`
  --> src/lib.rs:21:12
   |
21 | #![feature(drain_filter)]
   |            ^^^^^^^^^^^^