aboutsummaryrefslogtreecommitdiffstats
path: root/src/creator.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/creator.rs')
-rw-r--r--src/creator.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/creator.rs b/src/creator.rs
index c0f9b76..fac57bb 100644
--- a/src/creator.rs
+++ b/src/creator.rs
@@ -12,7 +12,7 @@ pub struct Creator {
impl Creator {
/// Creates a new `Creator` instance.
pub fn new() -> Self {
- Default::default()
+ Self::default()
}
/// Returns a new `Frame` object containing the given data.