Skip to content

Commit

Permalink
Clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 1, 2025
1 parent a4b395a commit c8a0d86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Add support for PlatformIO platform = native (#97)
- Re-export the `bindgen` crate as `embuild::bindgen::bindgen` so that downstream crates can use it without having to add it as a dependency
- Re-export the `bindgen` crate as `embuild::bindgen::types` so that downstream crates can use it without having to add it as a dependency

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion src/bindgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{cargo, cmd};

/// Re-export the bindgen crate so that downstream crates can use it without
/// having to add it as a dependency.
pub mod bindgen {
pub mod types {
pub use ::bindgen::*;
}

Expand Down

0 comments on commit c8a0d86

Please sign in to comment.