Skip to content

Commit 9b082a2

Browse files
committed
Replace TryFrom with TryInto
1 parent 547f975 commit 9b082a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/i2c.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//!
55
//! [examples/i2c_scanner.rs]: https://github.com/stm32-rs/stm32f3xx-hal/blob/v0.6.0/examples/i2c_scanner.rs
66
7-
use core::convert::{TryFrom, TryFrom};
7+
use core::convert::{TryFrom, TryInto};
88
use core::ops::Deref;
99

1010
use crate::{

0 commit comments

Comments
 (0)