diff options
| author | Jokler <jokler.contact@gmail.com> | 2017-11-30 15:28:05 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2017-11-30 21:03:13 +0100 |
| commit | 413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4 (patch) | |
| tree | 1f5179ba03a6ac591ecb570d86de9f7820743a64 /src | |
| parent | 5501fdf4042db1abf82d8e791b47d1802e710f9a (diff) | |
| download | frippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.tar.gz frippy-413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4.zip | |
Rename plugin_derive to frippy_derive
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib.rs | 2 | ||||
| -rw-r--r-- | src/plugin.rs | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -24,7 +24,7 @@ #[macro_use] extern crate log; #[macro_use] -extern crate plugin_derive; +extern crate frippy_derive; extern crate irc; extern crate tokio_core; diff --git a/src/plugin.rs b/src/plugin.rs index 0287989..fb01168 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -20,7 +20,7 @@ pub trait Plugin: PluginName + Send + Sync + fmt::Debug { /// /// # Examples /// ```ignore -/// #[macro_use] extern crate plugin_derive; +/// #[macro_use] extern crate frippy_derive; /// /// #[derive(PluginName)] /// struct Foo; |
