File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ fn check_device_feature() {
30
30
In this case replace it with `stm32f303xc` to make your code build again.\n \
31
31
\n \
32
32
For more information, see \
33
- \x1b ]8;;https://github.com/stm32-rs/stm32f3xx-hal#selecting-the-right-chip\x1b \\ README\
33
+ \x1b ]8;;https://github.com/stm32-rs/stm32f3xx-hal#selecting-the-right-chip\x1b \\ README \
34
34
-> Selecting the right chip\x1b ]8;;\x1b \\ ."
35
35
) ;
36
36
std:: process:: exit ( 1 ) ;
@@ -43,10 +43,10 @@ fn check_device_feature() {
43
43
. unwrap ( )
44
44
. features
45
45
. iter ( )
46
- . filter_map ( |( feature, dependend_features ) | {
47
- dependend_features
46
+ . filter_map ( |( feature, dependent_features ) | {
47
+ dependent_features
48
48
. iter ( )
49
- . any ( |dependend_feature| dependend_feature == "device-selected" )
49
+ . any ( |dependent_feature| dependent_feature == "device-selected" )
50
50
. then ( || feature. clone ( ) )
51
51
} )
52
52
. collect ( ) ;
You can’t perform that action at this time.
0 commit comments