Ran cargo fmt, clippy fixes, suppressed some warns
I will start working on stack traces tonight and tomorrow. We need to be able to 'unwind' by finding calling functions.
This commit is contained in:
@@ -6,7 +6,7 @@ pub struct Task {
|
||||
}
|
||||
|
||||
impl Task {
|
||||
pub fn new() {}
|
||||
// pub const fn new() {}
|
||||
|
||||
pub fn run() {}
|
||||
}
|
||||
pub const fn run() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user