From 7304240fb50458c64d63eb784967d9dbde75eae6 Mon Sep 17 00:00:00 2001 From: Jokler Date: Sat, 3 Mar 2018 18:02:36 +0100 Subject: Make tells caase insensitive and only check JOINs --- src/plugin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugin.rs') diff --git a/src/plugin.rs b/src/plugin.rs index e57f072..bc428d5 100644 --- a/src/plugin.rs +++ b/src/plugin.rs @@ -45,7 +45,7 @@ pub trait Plugin: PluginName + Send + Sync + fmt::Debug { /// #[derive(PluginName)] /// struct Foo; /// ``` -pub trait PluginName: Send + Sync + fmt::Debug { +pub trait PluginName { /// Returns the name of the `Plugin`. fn name(&self) -> &str; } -- cgit v1.2.3-70-g09d2