From 413f5d96e9fe4e990e5cd485abe828e0fb5c7ed4 Mon Sep 17 00:00:00 2001 From: Jokler Date: Thu, 30 Nov 2017 15:28:05 +0100 Subject: Rename plugin_derive to frippy_derive --- src/lib.rs | 2 +- src/plugin.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 9613160..eef6914 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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; -- cgit v1.2.3-70-g09d2