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)]
|
#[cfg(test)]
|
||||||
mod tests {
|
mod tests {
|
||||||
use super::*;
|
use super::*;
|
||||||
use crate::time::{Duration, Instant};
|
use crate::time::Duration;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn ordering() {
|
fn ordering() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue