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 ef2bdec commit 3e919fcCopy full SHA for 3e919fc
pyrefly/lib/binding/bindings.rs
@@ -894,9 +894,9 @@ impl<'a> BindingsBuilder<'a> {
894
style: FlowStyle,
895
) -> Option<Idx<KeyAnnotation>> {
896
let mut hashed_name = Hashed::new(name);
897
- let mut write_info = self
898
- .scopes
899
- .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());
900
if write_info.is_none()
901
&& self.errors_suppressed()
902
&& self.should_bind_unreachable_branches()
0 commit comments