Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 2cf1bfb

Browse files
author
Hendrik van Antwerpen
committed
Do we have a variable? Non, peut-être?
1 parent 96e20a3 commit 2cf1bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-graphs/src/partial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ impl PartialSymbolStack {
471471
/// Returns whether this partial symbol stack has a symbol stack variable.
472472
#[inline(always)]
473473
pub fn has_variable(&self) -> bool {
474-
!self.variable.is_some()
474+
self.variable.is_some()
475475
}
476476

477477
#[inline(always)]

0 commit comments

Comments
 (0)