mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-23 17:35:00 +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 {
|
mod tests {
|
||||||
|
|
||||||
use vec::Vec2;
|
use vec::Vec2;
|
||||||
use super::{Offset, Position};
|
use super::{Position};
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn test_center() {
|
fn test_center() {
|
||||||
|
Loading…
Reference in New Issue
Block a user