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 3a7cce2 commit 3e93c31Copy full SHA for 3e93c31
pyrefly/lib/binding/bindings.rs
@@ -972,9 +972,9 @@ impl<'a> BindingsBuilder<'a> {
972
style: FlowStyle,
973
) -> Option<Idx<KeyAnnotation>> {
974
let mut hashed_name = Hashed::new(name);
975
- let mut write_info = self
976
- .scopes
977
- .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());
978
if write_info.is_none()
979
&& self.errors_suppressed()
980
&& self.should_bind_unreachable_branches()
0 commit comments