From b318b0ae9939ac405eebc20b6f4cc5f765bfa3c6 Mon Sep 17 00:00:00 2001 From: PgBiel <9021226+PgBiel@users.noreply.github.com> Date: Thu, 20 Jun 2024 23:37:22 -0300 Subject: satisfy clippy --- crates/typst-syntax/src/node.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/typst-syntax') diff --git a/crates/typst-syntax/src/node.rs b/crates/typst-syntax/src/node.rs index a658617d..6a7f470b 100644 --- a/crates/typst-syntax/src/node.rs +++ b/crates/typst-syntax/src/node.rs @@ -844,7 +844,7 @@ impl<'a> LinkedNode<'a> { // Found a parbreak or something else with two or more newlines. // Can't have an attached decorator there. - return None; + None } /// Get the next non-trivia sibling node. -- cgit v1.2.3