Merge pull request #890 from Montessquio/fix-workaround

Fix obsolete bitflags_rs absolute paths workaround
This commit is contained in:
Cobrand
2019-05-07 15:35:15 +02:00
committed by GitHub
-1
View File
@@ -14,7 +14,6 @@ use ::get_error;
use ::pixels::Color;
use ::rwops::RWops;
// Absolute paths are a workaround for https://github.com/rust-lang-nursery/bitflags/issues/39 .
bitflags! {
/// The styling of a font.
pub struct FontStyle: i32 {