We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df2b98c commit 8984cdfCopy full SHA for 8984cdf
pyrefly/lib/binding/bindings.rs
@@ -877,9 +877,9 @@ impl<'a> BindingsBuilder<'a> {
877
style: FlowStyle,
878
) -> Option<Idx<KeyAnnotation>> {
879
let mut hashed_name = Hashed::new(name);
880
- let mut write_info = self
881
- .scopes
882
- .define_in_current_flow(hashed_name.clone(), idx, style.clone());
+ let mut write_info =
+ self.scopes
+ .define_in_current_flow(hashed_name.clone(), idx, style.clone());
883
if write_info.is_none()
884
&& self.errors_suppressed()
885
&& self.should_bind_unreachable_branches()
0 commit comments