Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
syntax: fix compilation errors with unicode-perl
When only the unicode-perl feature is enabled, regex-syntax would fail to build. It turns out that 'cargo fix' doesn't actually fix all imports. It looks like it only fixes things that it can build in the current configuration. Fixes #769, Fixes #770
- Loading branch information