Revert accidental static lifetime to non-static.
This commit is contained in:
parent
7e581a6b5e
commit
fadb28a32b
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ pub enum NameAttribute<'a> {
|
|||
Custom(Cow<'a, str>),
|
||||
}
|
||||
|
||||
impl<'a> NameAttribute<'a> {
|
||||
impl NameAttribute<'static> {
|
||||
fn system(s: &str) -> Option<Self> {
|
||||
match s {
|
||||
"\\Noinferiors" => Some(NameAttribute::NoInferiors),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue