Skip to content

Commit

Permalink
Refractor to suggested comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishekkochar committed Sep 14, 2024
1 parent 8fb0278 commit 3c17ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
with:
toolchain: nightly-2024-09-10
toolchain: nightly
components: clippy
- uses: Swatinem/rust-cache@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion crates/metrics/metrics-derive/tests/metrics.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![allow(missing_docs)]
#![expect(missing_docs)]
use metrics::{
Counter, Gauge, Histogram, Key, KeyName, Label, Metadata, Recorder, SharedString, Unit,
};
Expand Down

0 comments on commit 3c17ac3

Please sign in to comment.