Skip to content

Commit

Permalink
Remove allow(clippy::unknown_lints) (#9416)
Browse files Browse the repository at this point in the history
the lint stabilized in 1.80.
  • Loading branch information
arpad-m authored Oct 16, 2024
1 parent d6281cb commit 3140c14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pageserver/src/tenant/timeline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3092,7 +3092,6 @@ impl Timeline {
}

impl Timeline {
#[allow(unknown_lints)] // doc_lazy_continuation is still a new lint
#[allow(clippy::doc_lazy_continuation)]
/// Get the data needed to reconstruct all keys in the provided keyspace
///
Expand Down

1 comment on commit 3140c14

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

5290 tests run: 5073 passed, 0 failed, 217 skipped (full report)


Flaky tests (3)

Postgres 16

Postgres 15

Postgres 14

Code coverage* (full report)

  • functions: 31.3% (7550 of 24107 functions)
  • lines: 49.2% (60420 of 122920 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
3140c14 at 2024-10-16T16:08:28.250Z :recycle:

Please sign in to comment.