Removed a copious amount of premature Rc-s
This commit is contained in:
@@ -3,8 +3,8 @@ use std::rc::Rc;
|
||||
|
||||
use super::location::Location;
|
||||
use super::primitive::Primitive;
|
||||
use crate::interner::Sym;
|
||||
use crate::utils::string_from_charset;
|
||||
use crate::Sym;
|
||||
|
||||
/// Indicates whether either side needs to be wrapped. Syntax whose end is
|
||||
/// ambiguous on that side must use parentheses, or forward the flag
|
||||
|
||||
Reference in New Issue
Block a user