servo / unicode-bidi

Implementation of the Unicode Bidirection Algorithm in Rust
Other
77 stars 33 forks source link

Fix warning: unused import #26

Closed behnam closed 7 years ago

behnam commented 7 years ago

Fix compile warning:

warning: unused import: `is_rtl`
   --> src/lib.rs:353:28
    |
353 |     use super::{BidiClass, is_rtl};
    |                            ^^^^^^
    |
    = note: #[warn(unused_imports)] on by default

This change is Reviewable

mbrubeck commented 7 years ago

@bors-servo r+

Thanks!

bors-servo commented 7 years ago

:pushpin: Commit 73e9f4d has been approved by mbrubeck

bors-servo commented 7 years ago

:hourglass: Testing commit 73e9f4dd1589e35c5538f05bd294042ca4757760 with merge 114b595f33ed7216e4b5ac43a7ad0e7e661f0710...

bors-servo commented 7 years ago

:sunny: Test successful - status-travis Approved by: mbrubeck Pushing 114b595f33ed7216e4b5ac43a7ad0e7e661f0710 to master...