Skip to content

Commit 7ae6827

Browse files
committed
[Clippy] Remove final std paths for diagnostic item
1 parent 3394557 commit 7ae6827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

std/src/io/mod.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2058,6 +2058,7 @@ pub trait Seek {
20582058
/// It is used by the [`Seek`] trait.
20592059
#[derive(Copy, PartialEq, Eq, Clone, Debug)]
20602060
#[stable(feature = "rust1", since = "1.0.0")]
2061+
#[cfg_attr(not(test), rustc_diagnostic_item = "SeekFrom")]
20612062
pub enum SeekFrom {
20622063
/// Sets the offset to the provided number of bytes.
20632064
#[stable(feature = "rust1", since = "1.0.0")]

0 commit comments

Comments
 (0)