Skip to content

Update Rust crate serde to 1.0.189 #316

Update Rust crate serde to 1.0.189

Update Rust crate serde to 1.0.189 #316

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy failed Oct 15, 2023 in 0s

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 (c543b6f35 2023-10-14)
  • cargo 1.75.0-nightly (6fa6fdc76 2023-10-10)
  • clippy 0.1.75 (c543b6f 2023-10-14)

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)]
   |            ^^^^^^^^^^^^