Fix redundant import in window::redraw_request
This commit is contained in:
parent
5007e548ad
commit
8ce16aba62
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ pub enum RedrawRequest {
|
|||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use crate::time::{Duration, Instant};
|
||||
use crate::time::Duration;
|
||||
|
||||
#[test]
|
||||
fn ordering() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue