mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Update some code that's feature-gated under core.
This commit is contained in:
parent
29a36adbe7
commit
ba87666cdb
33 changed files with 104 additions and 107 deletions
|
@ -326,7 +326,7 @@ impl LowercaseString {
|
|||
impl Str for LowercaseString {
|
||||
#[inline]
|
||||
fn as_slice(&self) -> &str {
|
||||
self.inner.as_slice()
|
||||
&*self.inner
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue