Update some code that's feature-gated under core.

This commit is contained in:
Ms2ger 2015-03-21 18:44:39 +01:00
parent 29a36adbe7
commit ba87666cdb
33 changed files with 104 additions and 107 deletions

View file

@ -84,7 +84,7 @@ impl FontTemplate {
}
pub fn identifier<'a>(&'a self) -> &'a str {
self.identifier.as_slice()
&*self.identifier
}
/// Get the data for creating a font if it matches a given descriptor.