[Clippy] Remove final std paths for diagnostic item
This commit is contained in:
parent
976487c48b
commit
98e68e5040
6 changed files with 20 additions and 25 deletions
|
@ -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")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue