Remove use of final and override (now reserved)

This commit is contained in:
John Gallagher 2014-10-07 22:18:12 -04:00
parent 1426f5834c
commit 7091fe3972
2 changed files with 5 additions and 5 deletions

View file

@ -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));