We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d40eb commit 18e7430Copy full SHA for 18e7430
1 file changed
src/ast/mod.rs
@@ -216,7 +216,6 @@ pub struct Parens<T> {
216
impl<T> Parens<T> {
217
/// Constructor wrapping `content` into `Parens` with an empty span;
218
/// useful for testing purposes.
219
- #[inline]
220
pub fn with_empty_span(content: T) -> Self {
221
Self {
222
opening_token: AttachedToken::empty(),
0 commit comments