File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed
Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 1313// CONDITIONS OF ANY KIND, either express or implied. See the License for the
1414// specific language governing permissions and limitations under the License.
1515
16- use std:: collections:: HashMap ;
17-
1816use serde:: Deserialize ;
19-
17+ use std :: collections :: HashMap ;
2018
2119#[ derive( Deserialize , Debug ) ]
2220#[ serde( rename_all = "camelCase" , deny_unknown_fields) ]
Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ pub trait ResourceCache: Plugin {
8383#[ derive( Default ) ]
8484pub struct NoopResourceCache { }
8585
86-
8786impl Plugin for NoopResourceCache {
8887 fn init ( & mut self ) {
8988 todo ! ( )
Original file line number Diff line number Diff line change @@ -91,7 +91,6 @@ pub trait Connector: Plugin {
9191#[ derive( Default ) ]
9292pub struct NoopConnector { }
9393
94-
9594impl Plugin for NoopConnector {
9695 fn init ( & mut self ) {
9796 todo ! ( )
You can’t perform that action at this time.
0 commit comments