Skip to content

Commit 67ae625

Browse files
committed
fix:polaris-rust clippy
1 parent 9bc70ff commit 67ae625

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

src/core/config/consumer.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@
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-
1816
use serde::Deserialize;
19-
17+
use std::collections::HashMap;
2018

2119
#[derive(Deserialize, Debug)]
2220
#[serde(rename_all = "camelCase", deny_unknown_fields)]

src/core/plugin/cache.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ pub trait ResourceCache: Plugin {
8383
#[derive(Default)]
8484
pub struct NoopResourceCache {}
8585

86-
8786
impl Plugin for NoopResourceCache {
8887
fn init(&mut self) {
8988
todo!()

src/core/plugin/connector.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ pub trait Connector: Plugin {
9191
#[derive(Default)]
9292
pub struct NoopConnector {}
9393

94-
9594
impl Plugin for NoopConnector {
9695
fn init(&mut self) {
9796
todo!()

0 commit comments

Comments
 (0)