Closed behnam closed 7 years ago
r? @mbrubeck
@bors-servo r+
:pushpin: Commit a74ccce has been approved by mbrubeck
:hourglass: Testing commit a74ccce3e5f5b4325cc26cc901e510a583c2f16e with merge 592c85318a8bb848f59cae069c3362b7017a667e...
:sunny: Test successful - status-travis Approved by: mbrubeck Pushing 592c85318a8bb848f59cae069c3362b7017a667e to master...
Stable changes taken out of https://github.com/servo/unicode-bidi/pull/27
This PR won't make any public API changes, only marking one point as deprecated.
Summary
Move submodules of
lib.rs
into their own files without any change in the content.Separate
char_data
module from its data tables, and put them undersrc/char_data/
.Mark public
tables
access as deprecated, to be dropped in0.3
or0.4
.Move module-specific tests to
prepare.rs
module file.Drop multiple
use
calls in tests and use a test-module leveluse super::*
.Bump version to 0.2.6
This change is