Remove use of final and override (now reserved)
This commit is contained in:
parent
1426f5834c
commit
7091fe3972
2 changed files with 5 additions and 5 deletions
|
|
@ -308,7 +308,7 @@ mod test {
|
|||
}
|
||||
|
||||
#[test]
|
||||
fn override() {
|
||||
fn test_override() {
|
||||
let mut timer = Timer::new().unwrap();
|
||||
let orx = timer.oneshot(Duration::milliseconds(100));
|
||||
let prx = timer.periodic(Duration::milliseconds(100));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue