@@ -27,7 +27,8 @@ impl<'a> Unquote<'a> for &'a str {
|
||||
|
||||
#[inline]
|
||||
fn unquote(&self) -> Option<&'a str> {
|
||||
self.strip_prefix(QUOTE).and_then(|s| s.strip_suffix(QUOTE))
|
||||
self.strip_prefix(QUOTE)
|
||||
.and_then(|s| s.strip_suffix(QUOTE))
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
||||
Reference in New Issue
Block a user