diff options
author | Bert Belder <bertbelder@gmail.com> | 2020-02-06 19:09:55 -0800 |
---|---|---|
committer | Bert Belder <bertbelder@gmail.com> | 2020-02-07 17:18:28 -0800 |
commit | 25467aa7c7852c3695091a547ffac4857478c037 (patch) | |
tree | a4fb12bf761503f9aa7a4515807350f554affeea /cli/ops/plugins.rs | |
parent | d7edf393b6f1178bc91ec9113412f23f5dbd61e1 (diff) |
Add blanket impl for the 'Resource' trait (#3903)
Diffstat (limited to 'cli/ops/plugins.rs')
-rw-r--r-- | cli/ops/plugins.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/ops/plugins.rs b/cli/ops/plugins.rs index 1f301ee27..24a59917e 100644 --- a/cli/ops/plugins.rs +++ b/cli/ops/plugins.rs @@ -34,8 +34,6 @@ struct PluginResource { ops: HashMap<String, OpId>, } -impl Resource for PluginResource {} - struct InitContext { ops: HashMap<String, Box<OpDispatcher>>, } |