cncf-tags / container-device-interface-rs

Rust implementation of the Container Device Interface: https://github.com/cncf-tags/container-device-interface
Apache License 2.0
5 stars 6 forks source link

Fix typos #36

Closed ChengyuZhu6 closed 1 day ago

ChengyuZhu6 commented 2 days ago

Fix typos related to with_spec_dirs

zvonkok commented 1 day ago

@ChengyuZhu6 Looks like we first need to fix some clippy/cargo fmt check. Mind creating a PR to fix it first and then merge this?

ChengyuZhu6 commented 1 day ago

Mind creating a PR to fix it first and then merge this?

Sure. I'll do it.

ChengyuZhu6 commented 1 day ago

rebase to main to pick up the clippy check fix.