File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,11 @@ members = [
10
10
" tests-build" ,
11
11
" tests-trybuild" ,
12
12
]
13
+
14
+ default-members = [
15
+ " riscv" ,
16
+ " riscv-pac" ,
17
+ " riscv-peripheral" ,
18
+ " riscv-rt" ,
19
+ " riscv-semihosting" ,
20
+ ]
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
37
37
38
38
### Fixed
39
39
40
- - ` clippy ` fixes
40
+ - New ` clippy ` fixes
41
41
42
42
## [ v0.14.0] - 2025-02-18
43
43
Original file line number Diff line number Diff line change @@ -57,7 +57,6 @@ pub static __EXCEPTIONS: [Option<unsafe extern "C" fn(&TrapFrame)>; 16] = [
57
57
///
58
58
/// This function must be called only from the [`crate::start_trap_rust`] function.
59
59
/// Do **NOT** call this function directly.
60
- #[ inline]
61
60
#[ no_mangle]
62
61
pub unsafe extern "C" fn _dispatch_exception ( trap_frame : & TrapFrame , code : usize ) {
63
62
extern "C" {
You can’t perform that action at this time.
0 commit comments