Skip to content

Commit

Permalink
Remove field cfg attribute queries (#2280)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr committed Jan 13, 2023
1 parent 87ef216 commit f5373bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/libs/metadata/src/reader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,6 @@ impl<'a> Reader<'a> {
pub fn field_cfg(&self, row: Field) -> Cfg {
let mut cfg = Cfg::default();
self.field_cfg_combine(row, None, &mut cfg);
self.cfg_add_attributes(&mut cfg, self.field_attributes(row));
cfg
}
fn field_cfg_combine(&'a self, row: Field, enclosing: Option<TypeDef>, cfg: &mut Cfg<'a>) {
Expand Down

0 comments on commit f5373bb

Please sign in to comment.