From 4080341977d10abe91808711a3d5c2bc726c10e1 Mon Sep 17 00:00:00 2001 From: Blaž Hrastnik Date: Sun, 23 Jan 2022 16:15:27 +0900 Subject: cargo fmt + clippy lint --- helix-core/src/syntax.rs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'helix-core/src') diff --git a/helix-core/src/syntax.rs b/helix-core/src/syntax.rs index 6a8a9be5..d6ec7610 100644 --- a/helix-core/src/syntax.rs +++ b/helix-core/src/syntax.rs @@ -436,7 +436,7 @@ impl Syntax { }; syntax - .update(source, source, &ChangeSet::new(&source)) + .update(source, source, &ChangeSet::new(source)) .unwrap(); syntax @@ -735,9 +735,7 @@ impl Syntax { .peekable(); // If there's no captures, skip the layer - if captures.peek().is_none() { - return None; - } + captures.peek()?; Some(HighlightIterLayer { highlight_end_stack: Vec::new(), -- cgit v1.2.3-70-g09d2