summaryrefslogtreecommitdiffstats
path: root/src/apps.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/apps.rs')
-rw-r--r--src/apps.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/apps.rs b/src/apps.rs
index 7032932..aa4899b 100644
--- a/src/apps.rs
+++ b/src/apps.rs
@@ -2,8 +2,8 @@ use std::borrow::Cow;
use try_from::TryInto;
-use errors::{Error, Result};
-use scopes::Scopes;
+use crate::errors::{Error, Result};
+use crate::scopes::Scopes;
/// Represents an application that can be registered with a mastodon instance
#[derive(Clone, Debug, Default, Serialize, PartialEq)]