mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Remove unused import in test module
This commit is contained in:
parent
840f03e7c3
commit
05a862d98b
@ -80,7 +80,7 @@ impl Offset {
|
||||
mod tests {
|
||||
|
||||
use vec::Vec2;
|
||||
use super::{Offset, Position};
|
||||
use super::{Position};
|
||||
|
||||
#[test]
|
||||
fn test_center() {
|
||||
|
Loading…
Reference in New Issue
Block a user