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/help.rs | |
| parent | 6c3060994a3e04a59caeae7221650d0eec5e49fa (diff) | |
| download | frippy-df4d91e5a4b5cca1757d4cfac8849e7cd6b5524d.tar.gz frippy-df4d91e5a4b5cca1757d4cfac8849e7cd6b5524d.zip | |
Derive defaults where possible
Diffstat (limited to 'src/plugins/help.rs')
| -rw-r--r-- | src/plugins/help.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/help.rs b/src/plugins/help.rs index 8f3fb4d..7b987d4 100644 --- a/src/plugins/help.rs +++ b/src/plugins/help.rs @@ -3,7 +3,7 @@ use irc::error::Error as IrcError; use plugin::*; -#[derive(PluginName, Debug)] +#[derive(PluginName, Default, Debug)] pub struct Help; impl Help { |
