Skip to content
Prev Previous commit
Next Next commit
Rust: Remove another call to neutralModel we don't need to make expli…
…citly.
  • Loading branch information
geoffw0 committed Feb 24, 2026
commit 8769059ce58c83782e9385be97617188993f0fa0
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,7 @@ private class SummarizedCallableFromModel extends SummarizedCallable::Range {
isExact_ = false and
// making inherited models generated means that source code definitions and
// exact generated models take precedence
p_ = "hq-generated" and
// Do not apply inherited models (which are considered generated) where there is a neutral model
not neutralModel(path, "summary", _, _)
p_ = "hq-generated"
)
}

Expand Down