diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-12-11 03:41:27 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-12-11 03:41:27 +0100 |
| commit | df4d91e5a4b5cca1757d4cfac8849e7cd6b5524d (patch) | |
| tree | d7cd5a5d183d89b4cb7d67ad487d1704d506a88f /src/plugins/emoji.rs | |
| parent | 6c3060994a3e04a59caeae7221650d0eec5e49fa (diff) | |
| download | frippy-df4d91e5a4b5cca1757d4cfac8849e7cd6b5524d.tar.gz frippy-df4d91e5a4b5cca1757d4cfac8849e7cd6b5524d.zip | |
Derive defaults where possible
Diffstat (limited to 'src/plugins/emoji.rs')
| -rw-r--r-- | src/plugins/emoji.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/emoji.rs b/src/plugins/emoji.rs index 1bb714c..59e2fdd 100644 --- a/src/plugins/emoji.rs +++ b/src/plugins/emoji.rs @@ -28,7 +28,7 @@ impl fmt::Display for EmojiHandle { } } -#[derive(PluginName, Debug)] +#[derive(PluginName, Default, Debug)] pub struct Emoji; impl Emoji { |
