Skip to content

Commit

Permalink
Merge pull request #8928 from yaoyinnan/8927/fix/unused-DriverInfo
Browse files Browse the repository at this point in the history
runtime-rs: fix unused driverInfo error
  • Loading branch information
justxuewei committed Jan 30, 2024
2 parents 6a8f46f + 9b7c5c6 commit 7e10000
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
mod create;
pub use create::{create_link, LinkType};
mod driver_info;
pub use driver_info::{get_driver_info, DriverInfo};
pub use driver_info::get_driver_info;
mod macros;
mod manager;
pub use manager::get_link_from_message;
Expand Down

0 comments on commit 7e10000

Please sign in to comment.