Rust: Remove another call to neutralModel we don't need to make explicitly.

This commit is contained in:
Geoffrey White
2026-02-24 15:01:45 +00:00
parent e9511560b7
commit 8769059ce5

View File

@@ -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"
)
}