Skip to content

Commit 18e7430

Browse files
committed
Remove #[inline] hint
1 parent 03d40eb commit 18e7430

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ast/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ pub struct Parens<T> {
216216
impl<T> Parens<T> {
217217
/// Constructor wrapping `content` into `Parens` with an empty span;
218218
/// useful for testing purposes.
219-
#[inline]
220219
pub fn with_empty_span(content: T) -> Self {
221220
Self {
222221
opening_token: AttachedToken::empty(),

0 commit comments

Comments
 (0)