Skip to content

Commit 5482348

Browse files
committed
Remove Qei trait as it has an unconstrained associated type
1 parent 9d78bcb commit 5482348

File tree

3 files changed

+3
-84
lines changed

3 files changed

+3
-84
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2626
- `i2c`: unify all traits into a single `I2c` trait.
2727

2828
### Removed
29-
- Traits with unconstrained associated types and their modules (See: [#324]):
29+
- Traits with unconstrained associated types and their modules (See: [#324], [#354]):
3030
- `capture::Capture`
3131
- `pwm::Pwm`
3232
- `pwm::PwmPin`
33+
- `qei::Qei`
3334
- `timer::Cancel`
3435
- `timer::CountDown`
3536
- `timer::Periodic`
@@ -39,6 +40,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
3940

4041

4142
[#324]: https://github.com/rust-embedded/embedded-hal/pull/324/
43+
[#354]: https://github.com/rust-embedded/embedded-hal/pull/354
4244

4345
## [v1.0.0-alpha.6] - 2021-11-19
4446

src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,6 @@ pub mod can;
360360
pub mod delay;
361361
pub mod digital;
362362
pub mod i2c;
363-
pub mod qei;
364363
pub mod serial;
365364
pub mod spi;
366365

src/qei.rs

-82
This file was deleted.

0 commit comments

Comments
 (0)