File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ readme = "README.md"
14
14
repository = " https://github.com/rust-embedded/cortex-m-rt"
15
15
version = " 0.6.11"
16
16
autoexamples = true
17
+ links = " cortex-m-rt" # Prevent multiple versions of cortex-m-rt being linked
17
18
18
19
[dependencies ]
19
20
r0 = " 1.0"
Original file line number Diff line number Diff line change @@ -689,10 +689,6 @@ pub use macros::exception;
689
689
/// [rfc1414]: https://github.com/rust-lang/rfcs/blob/master/text/1414-rvalue_static_promotion.md
690
690
pub use macros:: pre_init;
691
691
692
- #[ export_name = "error: cortex-m-rt appears more than once in the dependency graph" ]
693
- #[ doc( hidden) ]
694
- pub static __ONCE__: ( ) = ( ) ;
695
-
696
692
/// Registers stacked (pushed onto the stack) during an exception.
697
693
#[ derive( Clone , Copy ) ]
698
694
#[ repr( C ) ]
You can’t perform that action at this time.
0 commit comments