Skip to content

Commit

Permalink
[Clippy] Remove final std paths for diagnostic item
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Sep 20, 2024
1 parent 3394557 commit 7ae6827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions std/src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2058,6 +2058,7 @@ pub trait Seek {
/// It is used by the [`Seek`] trait.
#[derive(Copy, PartialEq, Eq, Clone, Debug)]
#[stable(feature = "rust1", since = "1.0.0")]
#[cfg_attr(not(test), rustc_diagnostic_item = "SeekFrom")]
pub enum SeekFrom {
/// Sets the offset to the provided number of bytes.
#[stable(feature = "rust1", since = "1.0.0")]
Expand Down

0 comments on commit 7ae6827

Please sign in to comment.