1
Fork 0

[Clippy] Remove final std paths for diagnostic item

This commit is contained in:
GnomedDev 2024-09-19 14:30:22 +01:00
parent 976487c48b
commit 98e68e5040
No known key found for this signature in database
GPG key ID: 9BF10F8372B254D1
6 changed files with 20 additions and 25 deletions

View file

@ -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")]