diff options
Diffstat (limited to 'components/shared/net/filemanager_thread.rs')
-rw-r--r-- | components/shared/net/filemanager_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/shared/net/filemanager_thread.rs b/components/shared/net/filemanager_thread.rs index e55fbefcefc..0e9014e1670 100644 --- a/components/shared/net/filemanager_thread.rs +++ b/components/shared/net/filemanager_thread.rs @@ -39,7 +39,7 @@ pub enum FileTokenCheck { /// Relative slice positions of a sequence, /// whose semantic should be consistent with (start, end) parameters in /// <https://w3c.github.io/FileAPI/#dfn-slice> -#[derive(Clone, Debug, Deserialize, MallocSizeOf, Serialize)] +#[derive(Clone, Copy, Debug, Deserialize, MallocSizeOf, Serialize)] pub struct RelativePos { /// Relative to first byte if non-negative, /// relative to one past last byte if negative, |