diff options
| author | jakka <jakka@jakka.su> | 2025-09-09 10:13:40 +0300 |
|---|---|---|
| committer | jakka <jakka@jakka.su> | 2025-09-09 10:13:40 +0300 |
| commit | ab6f2caa83e05a2eaff40307f608975841ba6cfb (patch) | |
| tree | 2bb0648f09abe6f25d5ee86d876d52c6577d3e21 /src/types.rs | |
| parent | 3884a14c7dde671a96695f43a23bfbb2bd6c33e5 (diff) | |
continued working on api
Diffstat (limited to 'src/types.rs')
| -rw-r--r-- | src/types.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.rs b/src/types.rs index 2cf1524..5472906 100644 --- a/src/types.rs +++ b/src/types.rs @@ -26,7 +26,6 @@ impl From<ureq::Error> for HydrusError { #[derive(PartialEq, Debug, Clone)] #[repr(u8)] - pub enum HydrusPermissions { ImportAndEditURLs = 0, ImportAndEditFiles, |
