Revert "use ... as _" to stay compatible with rust 1.31

This commit is contained in:
Alexandre Bury 2019-03-01 09:29:48 -08:00
parent b83ab6f2d3
commit 40adcffbf5

View File

@ -4,7 +4,7 @@ use crate::vec::Vec2;
use crate::view::View;
use crate::Printer;
use unicode_width::UnicodeWidthStr as _;
use unicode_width::UnicodeWidthStr;
/// View used for debugging, showing logs.
pub struct DebugView {